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