You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?