Sign in
rust
/
rust
/
2c9175d73db97065ef306758dbbc684e2a17536a
/
.
/
tests
/
run-make
/
exit-code
/
compile-error.rs
blob: a96c197606cceb2fcf47e9fad4d930179942b6fc [
file
]
fn
main
()
{
compile_error
!(
"kaboom"
);
}