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