We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64a8ffe + 8e29367 commit 01c86eaCopy full SHA for 01c86ea
src/librustc_mir/pretty.rs
@@ -39,7 +39,7 @@ fn write_basic_block<W: Write>(block: BasicBlock, mir: &Mir, w: &mut W) -> io::R
39
}
40
41
// Terminator at the bottom.
42
- try!(writeln!(w, "{0}{0}{1:?};", INDENT, data.terminator));
+ try!(writeln!(w, "{0}{0}{1:?};", INDENT, data.terminator()));
43
44
writeln!(w, "{}}}", INDENT)
45
0 commit comments