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 cbb967f commit 8a46e78Copy full SHA for 8a46e78
src/librustc/session/config.rs
@@ -2319,7 +2319,7 @@ mod tests {
2319
assert!(reference.dep_tracking_hash() != opts.dep_tracking_hash());
2320
2321
opts = reference.clone();
2322
- opts.cg.panic = PanicStrategy::Abort;
+ opts.cg.panic = Some(PanicStrategy::Abort);
2323
2324
}
2325
0 commit comments