]> git.proxmox.com Git - rustc.git/blame - tests/ui/thir-print/thir-flat.stdout
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / thir-print / thir-flat.stdout
CommitLineData
353b0b11 1DefId(0:3 ~ thir_flat[7b97]::main):
94222f64 2Thir {
9ffffee4 3 body_type: Fn(
fe692bf9 4 fn(),
9ffffee4 5 ),
94222f64 6 arms: [],
f2b60f7d
FG
7 blocks: [
8 Block {
9 targeted_by_break: false,
10 region_scope: Node(1),
9ffffee4 11 span: $DIR/thir-flat.rs:4:15: 4:17 (#0),
f2b60f7d
FG
12 stmts: [],
13 expr: None,
14 safety_mode: Safe,
15 },
16 ],
94222f64
XL
17 exprs: [
18 Expr {
94222f64 19 kind: Block {
f2b60f7d 20 block: b0,
94222f64 21 },
94222f64
XL
22 ty: (),
23 temp_lifetime: Some(
24 Node(2),
25 ),
9ffffee4
FG
26 span: $DIR/thir-flat.rs:4:15: 4:17 (#0),
27 },
28 Expr {
94222f64
XL
29 kind: Scope {
30 region_scope: Node(2),
31 lint_level: Explicit(
353b0b11 32 HirId(DefId(0:3 ~ thir_flat[7b97]::main).2),
94222f64
XL
33 ),
34 value: e0,
35 },
94222f64
XL
36 ty: (),
37 temp_lifetime: Some(
38 Node(2),
39 ),
9ffffee4
FG
40 span: $DIR/thir-flat.rs:4:15: 4:17 (#0),
41 },
94222f64
XL
42 ],
43 stmts: [],
f2b60f7d 44 params: [],
94222f64
XL
45}
46