Sign in
rust
/
rust
/
f02ed7b565e6d9ba3b7b13abe86ea3a2dec3bf3c
/
.
/
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
()
}