mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 00:03:49 +00:00
12 lines
218 B
Rust
12 lines
218 B
Rust
//@ 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!
|