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.
1 parent 7a55a00 commit 7694ca1Copy full SHA for 7694ca1
src/librustc/session/config.rs
@@ -3212,7 +3212,7 @@ mod tests {
3212
assert!(reference.dep_tracking_hash() != opts.dep_tracking_hash());
3213
3214
opts = reference.clone();
3215
- opts.debugging_opts.treat_err_as_bug = Some(1);
+ opts.debugging_opts.treat_err_as_bug = Some(0);
3216
3217
3218
0 commit comments