-
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 environment variables #23527
Conversation
r? @pcwalton (rust_highfive has picked a reviewer for you, use r? to override) |
.TP | ||
\fBRUST_REGION_GRAPH_NODE\fR | ||
Works with `-Z print-region-graph`. Only produces output for the node ID provided | ||
via this variable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a somewhat unstable option, so perhaps it (and RUST_REGION_GRAPH
below) could be left out?
@alexcrichton all nits should be addressed. I removed THREADs, but may want to double check that we really do real quick. |
r=me with removal of |
@bors: r=alexcrichton rollup |
📌 Commit eb032af has been approved by |
which link to the standard library. | ||
|
||
.TP | ||
\fBRUST_TEST_TASKS\fR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TASKS -> THREADS given #23525 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah yes, that got approved
@bors: r=alexcrichton rollup |
📌 Commit b4a72a4 has been approved by |
According to man-pages(7), ENVIRONMENT is the traditional heading, not ENVIRONMENT VARIABLES. I think there is no need to deviate from the convention. |
Fixes rust-lang#16330 My troff is probably poor, so make sure that all looks okay.
Fixes #16330
My troff is probably poor, so make sure that all looks okay.