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