I was looking for a collection of environment variables that rustc honours but was unable to find a definitive list. There are a few mentions of variables such as RUSTFLAGS, RUST_THREADS and RUST_BACKTRACE on google but none of them are documented in rustc(1)
Would it be possible to add these to the manual for future reference under an ENVIRONMENT section much like clang and gcc?