We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9f6ac4 + 2753052 commit fea943dCopy full SHA for fea943d
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