@@ -30,7 +30,6 @@ fn new(_1: Result<T, E>) -> Result<T, E> {
30
30
}
31
31
32
32
bb1 : {
33
- StorageLive(_5); // scope 0 at $DIR/try_identity_e2e.rs:+5:21 : +5:22
34
33
_5 = move ((_1 as Err).0 : E); // scope 0 at $DIR/try_identity_e2e.rs:+5:21: +5:22
35
34
Deinit(_2); // scope 2 at $DIR/try_identity_e2e.rs:+5:27 : +5:48
36
35
((_2 as Break).0 : E) = move _5; // scope 2 at $DIR/try_identity_e2e.rs:+5:27: +5:48
@@ -40,7 +39,6 @@ fn new(_1: Result<T, E>) -> Result<T, E> {
40
39
}
41
40
42
41
bb2 : {
43
- StorageLive(_4); // scope 0 at $DIR/try_identity_e2e.rs:+4:20 : +4:21
44
42
_4 = move ((_1 as Ok).0 : T); // scope 0 at $DIR/try_identity_e2e.rs:+4:20: +4:21
45
43
Deinit(_2); // scope 1 at $DIR/try_identity_e2e.rs:+4:26 : +4:50
46
44
((_2 as Continue).0 : T) = move _4; // scope 1 at $DIR/try_identity_e2e.rs:+4:26: +4:50
@@ -50,7 +48,6 @@ fn new(_1: Result<T, E>) -> Result<T, E> {
50
48
}
51
49
52
50
bb3 : {
53
- StorageLive(_8); // scope 0 at $DIR/try_identity_e2e.rs:+9:32 : +9:33
54
51
_8 = move ((_2 as Break).0 : E); // scope 0 at $DIR/try_identity_e2e.rs:+9:32: +9:33
55
52
Deinit(_0); // scope 4 at $DIR/try_identity_e2e.rs:+9:45 : +9:51
56
53
((_0 as Err).0 : E) = move _8; // scope 4 at $DIR/try_identity_e2e.rs:+9:45: +9:51
@@ -64,7 +61,6 @@ fn new(_1: Result<T, E>) -> Result<T, E> {
64
61
}
65
62
66
63
bb5 : {
67
- StorageLive(_7); // scope 0 at $DIR/try_identity_e2e.rs:+8:35 : +8:36
68
64
_7 = move ((_2 as Continue).0 : T); // scope 0 at $DIR/try_identity_e2e.rs:+8:35: +8:36
69
65
Deinit(_0); // scope 0 at $DIR/try_identity_e2e.rs:+1:5 : +11:6
70
66
((_0 as Ok).0 : T) = move _7; // scope 0 at $DIR/try_identity_e2e.rs:+1:5: +11:6
0 commit comments