]> git.lizzy.rs Git - rust.git/blob - src/test/ui/thir-tree.stdout
Make some diagnostics not depend on the source of what they reference being available
[rust.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: OwnerId {
37                             def_id: DefId(0:3 ~ thir_tree[8f1d]::main),
38                         },
39                         local_id: 2,
40                     },
41                 ),
42                 value: e0,
43             },
44         },
45         Expr {
46             ty: (),
47             temp_lifetime: Some(
48                 Node(2),
49             ),
50             span: $DIR/thir-tree.rs:4:15: 4:17 (#0),
51             kind: Scope {
52                 region_scope: Destruction(2),
53                 lint_level: Inherited,
54                 value: e1,
55             },
56         },
57     ],
58     stmts: [],
59     params: [],
60 }
61