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

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

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!