blob: 7af0a4326d9a069ff59247f6cb3a35b380f9bba8 [file]
error: `#[panic_handler]` function required, but not found
error: `#[panic_handler]` attribute cannot be used on statics
--> $DIR/panic-handler-wrong-location.rs:6:1
|
LL | #[panic_handler]
| ^^^^^^^^^^^^^^^^
|
= help: `#[panic_handler]` can only be applied to functions
error: aborting due to 2 previous errors