]> git.lizzy.rs Git - rust.git/blob - tests/ui/thir-tree.stdout
0a35d9fb78ca28dd5f044e5dfd60ec7080d01cf8
[rust.git] / tests / ui / thir-tree.stdout
1 DefId(0:3 ~ thir_tree[8f1d]::main):
2 params: [
3 ]
4 body:
5     Expr {
6         ty: ()
7         temp_lifetime: Some(Node(2))
8         span: $DIR/thir-tree.rs:4:15: 4:17 (#0)
9         kind: 
10             Scope {
11                 region_scope: Destruction(2)
12                 lint_level: Inherited
13                 value:
14                     Expr {
15                         ty: ()
16                         temp_lifetime: Some(Node(2))
17                         span: $DIR/thir-tree.rs:4:15: 4:17 (#0)
18                         kind: 
19                             Scope {
20                                 region_scope: Node(2)
21                                 lint_level: Explicit(HirId(DefId(0:3 ~ thir_tree[8f1d]::main).2))
22                                 value:
23                                     Expr {
24                                         ty: ()
25                                         temp_lifetime: Some(Node(2))
26                                         span: $DIR/thir-tree.rs:4:15: 4:17 (#0)
27                                         kind: 
28                                             Block {
29                                                 targeted_by_break: false
30                                                 opt_destruction_scope: None
31                                                 span: $DIR/thir-tree.rs:4:15: 4:17 (#0)
32                                                 region_scope: Node(1)
33                                                 safety_mode: Safe
34                                                 stmts: []
35                                                 expr: []
36                                             }
37                                     }
38                             }
39                     }
40             }
41     }
42
43