Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
9748d87dc70a9a6725c5dbd76ce29d04752b4f90
/
.
/
src
/
tools
/
rustdoc
/
main.rs
blob: d4099cafe5df042bb114e76a22dc326a9bb62dc5 [
file
] [
log
] [
blame
]
// 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
()
}