-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
We have a couple instances of env::*_var
which are now unsafe in edition 2024. They're not necessarily obviously safe, so I've left them with a FIXME(edition_2024)
-- we should fix them eventually.
rust/compiler/rustc_llvm/build.rs
Line 54 in 2836482
env::set_var(&key, env); |
std::env::set_var("RUSTC_BOOTSTRAP", env); |
Metadata
Metadata
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.