Files
rust/compiler/rustc_codegen_cranelift/build_system
Tamir Duberstein 7654d4b398 compiler: always use var_os("RUST_BACKTRACE")
There are 3 instances of var(...) and 3 instances of var_os(...); the
latter avoids an appearance of unhandled error, so use it everywhere.
2023-10-06 08:53:23 -04:00
..