-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat: Stablize CARGO_RUSTC_CURRENT_DIR
#13644
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -267,7 +267,7 @@ corresponding environment variable is set to the empty string, `""`. | |
where integration tests or benchmarks are free to put any data needed by | ||
the tests/benches. Cargo initially creates this directory but doesn't | ||
manage its content in any way, this is the responsibility of the test code. | ||
* `CARGO_RUSTC_CURRENT_DIR` --- This is a path that `rustc` is invoked from **(nightly only)**. | ||
* `CARGO_RUSTC_CURRENT_DIR` --- This is a path that `rustc` is invoked from | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Still feel like people might overlook this, as it isn't an obvious thing easy to relate to their problems. That said, I am fine with the previous explanation. Just forward it here if people have the same question: #12996 (comment).
|
||
|
||
[Cargo target]: cargo-targets.md | ||
[binaries]: cargo-targets.md#binaries | ||
|
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.
Wonder if it could just be.
(and ditto for
CARGO_TARGET_TMPDIR
? though that is not relevant to this PR)