2020-12-28 17:15:16 +00:00
|
|
|
// dont-check-compiler-stderr
|
2018-08-22 22:40:32 +00:00
|
|
|
// error-pattern: `#[panic_handler]` function required, but not found
|
2018-06-29 21:00:34 +00:00
|
|
|
|
|
|
|
#![feature(lang_items)]
|
|
|
|
#![no_main]
|
|
|
|
#![no_std]
|
|
|
|
|
|
|
|
#[lang = "eh_personality"]
|
|
|
|
fn eh() {}
|