File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ fn foo<F>(f: F) where F: FnOnce() -> i32 {
3636// let _2: &'21_1rs D;
3737// ...
3838// let mut _3: ();
39- // let mut _4: [closure@NodeId(22) r:&'21_1rs D];
39+ // let mut _4: [closure@NodeId(22) r:&'19s D];
4040// let mut _5: &'21_1rs D;
4141// bb0: {
4242// StorageLive(_1);
@@ -54,13 +54,15 @@ fn foo<F>(f: F) where F: FnOnce() -> i32 {
5454// resume;
5555// }
5656// bb2: {
57+ // EndRegion('19s);
5758// StorageDead(_4);
5859// _0 = ();
5960// EndRegion('21_1rs);
6061// StorageDead(_2);
6162// drop(_1) -> [return: bb4, unwind: bb1];
6263// }
6364// bb3: {
65+ // EndRegion('19s);
6466// EndRegion('21_1rs);
6567// drop(_1) -> bb1;
6668// }
@@ -72,7 +74,7 @@ fn foo<F>(f: F) where F: FnOnce() -> i32 {
7274// END rustc.main.SimplifyCfg-qualify-consts.after.mir
7375
7476// START rustc.main-{{closure}}.SimplifyCfg-qualify-consts.after.mir
75- // fn main::{{closure}}(_1: [closure@NodeId(22) r:&'21_1rs D]) -> i32 {
77+ // fn main::{{closure}}(_1: [closure@NodeId(22) r:&'19s D]) -> i32 {
7678// let mut _0: i32;
7779// let mut _2: i32;
7880//
You can’t perform that action at this time.
0 commit comments