rust/tests/ui/thir-print/thir-tree.stdout

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 lines
975 B
Plaintext
Raw Normal View History

2023-02-11 16:51:04 +00:00
DefId(0:3 ~ thir_tree[7aaa]::main):
2023-01-17 21:11:18 +00:00
params: [
]
body:
Expr {
ty: ()
temp_lifetime: Some(Node(2))
span: $DIR/thir-tree.rs:4:15: 4:17 (#0)
kind:
Scope {
region_scope: Node(2)
lint_level: Explicit(HirId(DefId(0:3 ~ thir_tree[7aaa]::main).2))
2023-01-17 21:11:18 +00:00
value:
Expr {
ty: ()
temp_lifetime: Some(Node(2))
span: $DIR/thir-tree.rs:4:15: 4:17 (#0)
kind:
Block {
targeted_by_break: false
span: $DIR/thir-tree.rs:4:15: 4:17 (#0)
region_scope: Node(1)
safety_mode: Safe
stmts: []
expr: []
2023-01-17 21:11:18 +00:00
}
}
}
}
2021-07-24 21:33:43 +00:00