]> git.lizzy.rs Git - rust.git/blob - tests/ui/thir-tree.stdout
Test drop_tracking_mir before querying generator.
[rust.git] / tests / 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(DefId(0:3 ~ thir_tree[8f1d]::main).2),
36                 ),
37                 value: e0,
38             },
39         },
40         Expr {
41             ty: (),
42             temp_lifetime: Some(
43                 Node(2),
44             ),
45             span: $DIR/thir-tree.rs:4:15: 4:17 (#0),
46             kind: Scope {
47                 region_scope: Destruction(2),
48                 lint_level: Inherited,
49                 value: e1,
50             },
51         },
52     ],
53     stmts: [],
54     params: [],
55 }
56