We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ccc82e commit 394b95fCopy full SHA for 394b95f
src/librustc/session/config.rs
@@ -2793,7 +2793,7 @@ mod tests {
2793
assert_eq!(reference.dep_tracking_hash(), opts.dep_tracking_hash());
2794
opts.debugging_opts.dump_mir = Some(String::from("abc"));
2795
2796
- opts.debugging_opts.dump_mir_dir = Some(String::from("abc"));
+ opts.debugging_opts.dump_mir_dir = String::from("abc");
2797
2798
opts.debugging_opts.dump_mir_graphviz = true;
2799
0 commit comments