File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
blocks: [
5
5
Block {
6
6
targeted_by_break: false,
7
- region_scope: Node(1 ),
7
+ region_scope: Node(2 ),
8
8
opt_destruction_scope: None,
9
9
span: $DIR/thir-tree.rs:4:15: 4:17 (#0),
10
10
stmts: [],
16
16
Expr {
17
17
ty: (),
18
18
temp_lifetime: Some(
19
- Node(2 ),
19
+ Node(1 ),
20
20
),
21
21
span: $DIR/thir-tree.rs:4:15: 4:17 (#0),
22
22
kind: Block {
@@ -26,17 +26,17 @@ Thir {
26
26
Expr {
27
27
ty: (),
28
28
temp_lifetime: Some(
29
- Node(2 ),
29
+ Node(1 ),
30
30
),
31
31
span: $DIR/thir-tree.rs:4:15: 4:17 (#0),
32
32
kind: Scope {
33
- region_scope: Node(2 ),
33
+ region_scope: Node(1 ),
34
34
lint_level: Explicit(
35
35
HirId {
36
36
owner: OwnerId {
37
37
def_id: DefId(0:3 ~ thir_tree[8f1d]::main),
38
38
},
39
- local_id: 2 ,
39
+ local_id: 1 ,
40
40
},
41
41
),
42
42
value: e0,
@@ -45,11 +45,11 @@ Thir {
45
45
Expr {
46
46
ty: (),
47
47
temp_lifetime: Some(
48
- Node(2 ),
48
+ Node(1 ),
49
49
),
50
50
span: $DIR/thir-tree.rs:4:15: 4:17 (#0),
51
51
kind: Scope {
52
- region_scope: Destruction(2 ),
52
+ region_scope: Destruction(1 ),
53
53
lint_level: Inherited,
54
54
value: e1,
55
55
},
You can’t perform that action at this time.
0 commit comments