File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ fn main() {
49
49
50
50
// END RUST SOURCE
51
51
//
52
- // START rustc.full_tested_match.SimplifyBranches-initial.before .mir
52
+ // START rustc.full_tested_match.QualifyAndPromoteConstants.after .mir
53
53
// bb0: {
54
54
// ...
55
55
// _2 = std::option::Option<i32>::Some(const 42i32,);
@@ -110,9 +110,9 @@ fn main() {
110
110
// ...
111
111
// return;
112
112
// }
113
- // END rustc.full_tested_match.SimplifyBranches-initial.before .mir
113
+ // END rustc.full_tested_match.QualifyAndPromoteConstants.after .mir
114
114
//
115
- // START rustc.full_tested_match2.SimplifyBranches-initial .before.mir
115
+ // START rustc.full_tested_match2.QualifyAndPromoteConstants .before.mir
116
116
// bb0: {
117
117
// ...
118
118
// _2 = std::option::Option<i32>::Some(const 42i32,);
@@ -173,9 +173,9 @@ fn main() {
173
173
// ...
174
174
// return;
175
175
// }
176
- // END rustc.full_tested_match2.SimplifyBranches-initial .before.mir
176
+ // END rustc.full_tested_match2.QualifyAndPromoteConstants .before.mir
177
177
//
178
- // START rustc.main.SimplifyBranches-initial .before.mir
178
+ // START rustc.main.QualifyAndPromoteConstants .before.mir
179
179
// bb0: {
180
180
// ...
181
181
// _2 = std::option::Option<i32>::Some(const 1i32,);
@@ -252,4 +252,4 @@ fn main() {
252
252
// ...
253
253
// return;
254
254
// }
255
- // END rustc.main.SimplifyBranches-initial .before.mir
255
+ // END rustc.main.QualifyAndPromoteConstants .before.mir
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// ignore-tidy-linelength
12
+ // ignore-wasm32-bare unwinding being disabled causes differences in output
13
+ // ignore-wasm64-bare unwinding being disabled causes differences in output
12
14
// compile-flags: -Z verbose -Z mir-emit-validate=1
13
15
14
16
fn main ( ) {
You can’t perform that action at this time.
0 commit comments