Open
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