We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc5db2c + fea943d commit 88198c7Copy full SHA for 88198c7
build_system/main.rs
@@ -55,7 +55,7 @@ enum CodegenBackend {
55
}
56
57
fn main() {
58
- if env::var("RUST_BACKTRACE").is_err() {
+ if env::var_os("RUST_BACKTRACE").is_none() {
59
env::set_var("RUST_BACKTRACE", "1");
60
61
env::set_var("CG_CLIF_DISABLE_INCR_CACHE", "1");
0 commit comments