Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
exit-code
/
compile-error.rs
blob: a96c197606cceb2fcf47e9fad4d930179942b6fc [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
compile_error
!(
"kaboom"
);
}