Audit usages of std::env::*_var
in the compiler
#130672
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
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 aFIXME(edition_2024)
-- we should fix them eventually.rust/compiler/rustc_llvm/build.rs
Line 54 in 2836482
rust/compiler/rustc_feature/src/tests.rs
Line 6 in 2836482
The text was updated successfully, but these errors were encountered: