]> git.proxmox.com Git - rustc.git/blob - src/test/ui/thir-tree.stdout
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / ui / thir-tree.stdout
1 DefId(0:3 ~ thir_tree[8f1d]::main):
2 Thir {
3 arms: [],
4 blocks: [
5 Block {
6 targeted_by_break: false,
7 region_scope: Node(1),
8 opt_destruction_scope: None,
9 span: $DIR/thir-tree.rs:4:15: 4:17 (#0),
10 stmts: [],
11 expr: None,
12 safety_mode: Safe,
13 },
14 ],
15 exprs: [
16 Expr {
17 ty: (),
18 temp_lifetime: Some(
19 Node(2),
20 ),
21 span: $DIR/thir-tree.rs:4:15: 4:17 (#0),
22 kind: Block {
23 block: b0,
24 },
25 },
26 Expr {
27 ty: (),
28 temp_lifetime: Some(
29 Node(2),
30 ),
31 span: $DIR/thir-tree.rs:4:15: 4:17 (#0),
32 kind: Scope {
33 region_scope: Node(2),
34 lint_level: Explicit(
35 HirId {
36 owner: DefId(0:3 ~ thir_tree[8f1d]::main),
37 local_id: 2,
38 },
39 ),
40 value: e0,
41 },
42 },
43 Expr {
44 ty: (),
45 temp_lifetime: Some(
46 Node(2),
47 ),
48 span: $DIR/thir-tree.rs:4:15: 4:17 (#0),
49 kind: Scope {
50 region_scope: Destruction(2),
51 lint_level: Inherited,
52 value: e1,
53 },
54 },
55 ],
56 stmts: [],
57 params: [],
58 }
59