hir
not represented as a tree?hir
not represented as a tree? pub fn foo() {
let c = 5 + 5;
}
Or you can test it yourself by pasting -Z unpretty="hir-tree"
in compiler flags on godbolt (edited)pub fn foo() {
let c = 5 + 5;
}
Or you can test it yourself by pasting -Z unpretty="hir-tree"
in compiler flags on godbolt (edited)