Sign in
◑
Theme
rust
/
rust
/
0883b8cc7926859cd296afde42c5b2d7aaae5ce5
/
.
/
src
/
tools
/
miri
/
tests
/
fail
/
rustc-error.rs
blob: 7fc73bf365d5e09eec913a225b7ca694d64fb8f6 [
file
]
// Make sure we exit with non-0 status code when the program fails to build.
fn
main
()
{
println
(
"Hello, world!"
);
//~ ERROR: expected function, found macro
}