Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
unpretty
/
hir-tree.rs
blob: 41ac51641c5e1138aa5b114acd11386f3b5bb0a9 [
file
] [
log
] [
blame
]
//@ build-pass
//@ compile-flags: -o - -Zunpretty=hir-tree
//@ check-stdout
//@ dont-check-compiler-stdout
//@ dont-check-compiler-stderr
fn
main
()
{
println
!(
"Hello, Rustaceans!"
);
}
//~? RAW Hello, Rustaceans!