Skip to content

Commit 8dde4e1

Browse files
committed
Turn -Z orbit on by default.
1 parent 2c1612c commit 8dde4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
756756
"dump MIR state at various points in translation"),
757757
dump_mir_dir: Option<String> = (None, parse_opt_string,
758758
"the directory the MIR is dumped into"),
759-
orbit: bool = (false, parse_bool,
759+
orbit: bool = (true, parse_bool,
760760
"get MIR where it belongs - everywhere; most importantly, in orbit"),
761761
}
762762

0 commit comments

Comments
 (0)