2024-02-16 20:02:50 +00:00
|
|
|
//@ dont-check-compiler-stderr
|
2018-06-29 16:00:34 -05:00
|
|
|
|
|
|
|
|
#![feature(lang_items)]
|
|
|
|
|
#![no_main]
|
|
|
|
|
#![no_std]
|
|
|
|
|
|
|
|
|
|
#[lang = "eh_personality"]
|
|
|
|
|
fn eh() {}
|
2025-03-29 02:41:32 +03:00
|
|
|
|
|
|
|
|
//~? ERROR `#[panic_handler]` function required, but not found
|