-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Command.env not working since nightly-2021-07-05 #87859
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Command.envnot work afternightly-2021-07-05or commit8345538(maybe).Here is my test
main.rs:This also affects
rustcsearch for linker after nightly-2021-07-05 (withlink-self-contained=yesor without mingw installed)Run the
rustcin cargo's bin works fine, but run therustcin toolchain's bin show this:rust/compiler/rustc_codegen_ssa/src/back/linker.rs
Line 125 in 996ff2e