Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
panic-handler
/
panic-handler-missing.rs
blob: 6bb062ba657a157b62f1bcd2205da178416a5640 [
file
] [
log
] [
blame
]
// dont-check-compiler-stderr
// error-pattern: `#[panic_handler]` function required, but not found
#![
feature
(
lang_items
)]
#![
no_main
]
#![
no_std
]
#[
lang
=
"eh_personality"
]
fn
eh
()
{}