Update example table to match current output
This commit is contained in:
parent
161123898f
commit
ffc52a7fe6
1 changed files with 19 additions and 19 deletions
|
@ -165,25 +165,25 @@ where
|
|||
block: BasicBlock,
|
||||
) -> io::Result<()> {
|
||||
// Sample output:
|
||||
// +-+--------------------------------------------------+
|
||||
// A | bb4 |
|
||||
// +-+----------------------------------+---------------+
|
||||
// B | MIR | STATE |
|
||||
// +-+----------------------------------+---------------+
|
||||
// C | | (on entry) | {_0,_2,_3} |
|
||||
// +-+----------------------------------+---------------+
|
||||
// D |0| 0: StorageLive(_7) | |
|
||||
// +-+----------------------------------+---------------+
|
||||
// |1| 1: StorageLive(_8) | |
|
||||
// +-+----------------------------------+---------------+
|
||||
// |2| 2: _8 = &mut _1 | +_8 |
|
||||
// +-+----------------------------------+---------------+
|
||||
// E |T| _7 = const Foo::twiddle(move _8) | -_8 |
|
||||
// +-+----------------------------------+---------------+
|
||||
// F | | (on unwind) | {_0,_2,_3,_7} |
|
||||
// +-+----------------------------------+---------------+
|
||||
// | | (on successful return) | +_7 |
|
||||
// +-+----------------------------------+---------------+
|
||||
// +-+-----------------------------------------------+
|
||||
// A | bb4 |
|
||||
// +-+----------------------------------+------------+
|
||||
// B | MIR | STATE |
|
||||
// +-+----------------------------------+------------+
|
||||
// C | | (on entry) | {_0,_2,_3} |
|
||||
// +-+----------------------------------+------------+
|
||||
// D |0| StorageLive(_7) | |
|
||||
// +-+----------------------------------+------------+
|
||||
// |1| StorageLive(_8) | |
|
||||
// +-+----------------------------------+------------+
|
||||
// |2| _8 = &mut _1 | +_8 |
|
||||
// +-+----------------------------------+------------+
|
||||
// E |T| _4 = const Foo::twiddle(move _2) | -_2 |
|
||||
// +-+----------------------------------+------------+
|
||||
// F | | (on unwind) | {_0,_3,_8} |
|
||||
// +-+----------------------------------+------------+
|
||||
// | | (on successful return) | +_4 |
|
||||
// +-+----------------------------------+------------+
|
||||
|
||||
write!(
|
||||
w,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue