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>(
319
319
320
320
writeln ! ( w, "// WARNING: This output format is intended for human consumers only" ) ?;
321
321
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." ) ?;
322
323
323
324
let mut first = true ;
324
325
for def_id in dump_mir_def_ids ( tcx, single) {
Original file line number Diff line number Diff line change 1
1
// WARNING: This output format is intended for human consumers only
2
2
// and is subject to change without notice. Knock yourself out.
3
+ // HINT: See also -Z dump-mir for MIR at specific points during compilation.
3
4
fn foo ( ) -> i32 {
4
5
let mut _0: i32 ;
5
6
let mut _1: ( i32 , bool ) ;
You can’t perform that action at this time.
0 commit comments