]> git.proxmox.com Git - rustc.git/blob - tests/ui/thir-print/thir-tree.stdout
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / thir-print / thir-tree.stdout
1 DefId(0:3 ~ thir_tree[7aaa]::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: Node(2)
12 lint_level: Explicit(HirId(DefId(0:3 ~ thir_tree[7aaa]::main).2))
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 Block {
20 targeted_by_break: false
21 span: $DIR/thir-tree.rs:4:15: 4:17 (#0)
22 region_scope: Node(1)
23 safety_mode: Safe
24 stmts: []
25 expr: []
26 }
27 }
28 }
29 }
30
31