//@ compile-flags:-C panic=abort #![no_std] #![no_main] #[panic_handler] //~ ERROR `panic_impl` lang item must be applied to a function static X: u32 = 42; //~? ERROR `#[panic_handler]` function required, but not found