File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ fn main() {
4949
5050// END RUST SOURCE
5151//
52- // START rustc.full_tested_match.SimplifyBranches-initial.before .mir
52+ // START rustc.full_tested_match.QualifyAndPromoteConstants.after .mir
5353// bb0: {
5454// ...
5555// _2 = std::option::Option<i32>::Some(const 42i32,);
@@ -110,9 +110,9 @@ fn main() {
110110// ...
111111// return;
112112// }
113- // END rustc.full_tested_match.SimplifyBranches-initial.before .mir
113+ // END rustc.full_tested_match.QualifyAndPromoteConstants.after .mir
114114//
115- // START rustc.full_tested_match2.SimplifyBranches-initial .before.mir
115+ // START rustc.full_tested_match2.QualifyAndPromoteConstants .before.mir
116116// bb0: {
117117// ...
118118// _2 = std::option::Option<i32>::Some(const 42i32,);
@@ -173,9 +173,9 @@ fn main() {
173173// ...
174174// return;
175175// }
176- // END rustc.full_tested_match2.SimplifyBranches-initial .before.mir
176+ // END rustc.full_tested_match2.QualifyAndPromoteConstants .before.mir
177177//
178- // START rustc.main.SimplifyBranches-initial .before.mir
178+ // START rustc.main.QualifyAndPromoteConstants .before.mir
179179// bb0: {
180180// ...
181181// _2 = std::option::Option<i32>::Some(const 1i32,);
@@ -252,4 +252,4 @@ fn main() {
252252// ...
253253// return;
254254// }
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 99// except according to those terms.
1010
1111// 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
1214// compile-flags: -Z verbose -Z mir-emit-validate=1
1315
1416fn main ( ) {
You can’t perform that action at this time.
0 commit comments