rust/tests/ui/unpretty/hir-tree.rs
Vadim Petrochenkov 56d6b4e427 compiletest: Support matching on non-json lines in compiler output
and migrate most of remaining `error-pattern`s to it.
2025-05-04 18:27:45 +03:00

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!