document environment variables in the unstable book #141523
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Location
https://doc.rust-lang.org/nightly/unstable-book/
Summary
right now, https://doc.rust-lang.org/nightly/unstable-book/compiler-flags.html documents unstable compiler flags. but to my knowledge, there is no equivalent place to document compiler environment variables (such as RUSTC_ICE). currently we hack in RUSTC_BOOTSTRAP and RUSTC_OVERRIDE_VERSION_STRING to the flags section. i think it would be nice to have a dedicated section, encouraging people to document the env vars.
The text was updated successfully, but these errors were encountered: