Currently, `./x.py doc --stage 0 src/libstd` fails after running into some `#[cfg(not(bootstrap))]` stuff. I had to do this manually via `RUSTDOCFLAGS`, but I think this should be the default, no?
Currently,
./x.py doc --stage 0 src/libstdfails after running into some#[cfg(not(bootstrap))]stuff.I had to do this manually via
RUSTDOCFLAGS, but I think this should be the default, no?