-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document any supported environment variables rustc honours #16330
Comments
Yup, that'd be great. |
Lots of these are duplicates, but
|
This looks like an actual list of all of them right now:
|
FYI: Just added #22334 (Document RUST_TEST_TASKS in the "book") in response to spurious test failures due to parallel text execution. |
Full list as of now:
|
(I gusess some of these are not actually env vars) |
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Mar 19, 2015
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Mar 20, 2015
Fixes rust-lang#16330 My troff is probably poor, so make sure that all looks okay.
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 15, 2024
minor: Mark unresolved associated item diagnostic as experimental Per rust-lang#16327 unresolved associated item has false positives. Mark the diagnostic as experimental until this is more dependable.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 asRUSTFLAGS
,RUST_THREADS
andRUST_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 likeclang
andgcc
?The text was updated successfully, but these errors were encountered: