Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
panic-handler
/
panic-handler-missing.rs
blob: 6bb062ba657a157b62f1bcd2205da178416a5640 [
file
]
// 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
()
{}