Sign in
rust
/
rust
/
28fae11ebafd97a136a398a24fdf702c84785cc0
/
.
/
src
/
tools
/
rustdoc
/
main.rs
blob: d4099cafe5df042bb114e76a22dc326a9bb62dc5 [
file
]
// We need this feature as it changes `dylib` linking behavior and allows us to link to `rustc_driver`.
#![
feature
(
rustc_private
)]
fn
main
()
{
rustdoc
::
main
()
}