We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--cfg bootstrap
rustdoc
Currently, ./x.py doc --stage 0 src/libstd fails after running into some #[cfg(not(bootstrap))] stuff.
./x.py doc --stage 0 src/libstd
#[cfg(not(bootstrap))]
I had to do this manually via RUSTDOCFLAGS, but I think this should be the default, no?
RUSTDOCFLAGS