]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/rustc-error.rs
Auto merge of #100980 - compiler-errors:normalize-opaque-w-bound-vars, r=lcnr
[rust.git] / src / tools / miri / tests / fail / rustc-error.rs
1 // Make sure we exit with non-0 status code when the program fails to build.
2 fn main() {
3     println("Hello, world!"); //~ ERROR: expected function, found macro
4 }