File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
compiler/rustc_middle/src/mir
tests/run-make/const_fn_mir Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -319,6 +319,7 @@ pub fn write_mir_pretty<'tcx>(
319319
320320 writeln ! ( w, "// WARNING: This output format is intended for human consumers only" ) ?;
321321 writeln ! ( w, "// and is subject to change without notice. Knock yourself out." ) ?;
322+ writeln ! ( w, "// HINT: See also -Z dump-mir for MIR at specific points during compilation." ) ?;
322323
323324 let mut first = true ;
324325 for def_id in dump_mir_def_ids ( tcx, single) {
Original file line number Diff line number Diff line change 11// WARNING : This output format is intended for human consumers only
22// and is subject to change without notice. Knock yourself out.
3+ // HINT : See also -Z dump-mir for MIR at specific points during compilation.
34fn foo() -> i32 {
45 let mut _0 : i32;
56 let mut _1 : (i32, bool);
You can’t perform that action at this time.
0 commit comments