Skip to content

Commit 0e2acf4

Browse files
committed
bless mir-opt tests NLL MIR dumps
1 parent 53a5e24 commit 0e2acf4

3 files changed

+9
-0
lines changed

tests/mir-opt/nll/region_subtyping_basic.main.nll.0.32bit.mir

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
| '?2: '?3 due to Assignment at Single(bb1[0]) ($DIR/region_subtyping_basic.rs:19:13: 19:18 (#0)
2121
| '?3: '?4 due to Assignment at Single(bb1[3]) ($DIR/region_subtyping_basic.rs:20:13: 20:14 (#0)
2222
|
23+
| Borrows
24+
| bw0: issued at bb1[0] in '?2
25+
|
2326
fn main() -> () {
2427
let mut _0: ();
2528
let mut _1: [usize; ValTree(Leaf(0x00000003): usize)];

tests/mir-opt/nll/region_subtyping_basic.main.nll.0.64bit.mir

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
| '?2: '?3 due to Assignment at Single(bb1[0]) ($DIR/region_subtyping_basic.rs:19:13: 19:18 (#0)
2121
| '?3: '?4 due to Assignment at Single(bb1[3]) ($DIR/region_subtyping_basic.rs:20:13: 20:14 (#0)
2222
|
23+
| Borrows
24+
| bw0: issued at bb1[0] in '?2
25+
|
2326
fn main() -> () {
2427
let mut _0: ();
2528
let mut _1: [usize; ValTree(Leaf(0x0000000000000003): usize)];

tests/mir-opt/storage_ranges.main.nll.0.mir

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
| '?3 live at {bb0[11]}
1818
| '?2: '?3 due to Assignment at Single(bb0[10]) ($DIR/storage_ranges.rs:7:17: 7:25 (#0)
1919
|
20+
| Borrows
21+
| bw0: issued at bb0[10] in '?2
22+
|
2023
fn main() -> () {
2124
let mut _0: ();
2225
let _1: i32;

0 commit comments

Comments
 (0)