Files
rust/tests/ui/unpretty/hir-tree.rs

12 lines
218 B
Rust
Raw Normal View History

//@ 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!