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