1 2 3 4 5 6
// 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() }