File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
- - // MIR for `match_guard` before CleanupNonCodegenStatements
2
- + // MIR for `match_guard` after CleanupNonCodegenStatements
1
+ - // MIR for `match_guard` before CleanupPostBorrowck
2
+ + // MIR for `match_guard` after CleanupPostBorrowck
3
3
4
4
fn match_guard(_1: Option<&&i32>, _2: bool) -> i32 {
5
5
debug x => _1; // in scope 0 at $DIR/remove_fake_borrows.rs:+0:16: +0:17
29
29
}
30
30
31
31
bb3: {
32
- goto -> bb4; // scope 0 at $DIR/remove_fake_borrows.rs:+2:9: +2:16
32
+ - falseEdge -> [real: bb4, imaginary: bb1]; // scope 0 at $DIR/remove_fake_borrows.rs:+2:9: +2:16
33
+ + goto -> bb4; // scope 0 at $DIR/remove_fake_borrows.rs:+2:9: +2:16
33
34
}
34
35
35
36
bb4: {
62
63
63
64
bb6: {
64
65
StorageDead(_8); // scope 0 at $DIR/remove_fake_borrows.rs:+2:20: +2:21
65
- goto -> bb1; // scope 0 at $DIR/remove_fake_borrows.rs:+2:20: +2:21
66
+ - falseEdge -> [real: bb1, imaginary: bb1]; // scope 0 at $DIR/remove_fake_borrows.rs:+2:20: +2:21
67
+ + goto -> bb1; // scope 0 at $DIR/remove_fake_borrows.rs:+2:20: +2:21
66
68
}
67
69
68
70
bb7: {
69
71
return; // scope 0 at $DIR/remove_fake_borrows.rs:+5:2: +5:2
70
72
}
71
-
72
- bb8 (cleanup): {
73
- resume; // scope 0 at $DIR/remove_fake_borrows.rs:+0:1: +5:2
74
- }
75
73
}
76
74
You can’t perform that action at this time.
0 commit comments