blob: 605567acdb58b66f3a1853064d4ab671ee67d03c [file] [log] [blame] [edit]
error: `#[panic_handler]` function is not allowed to have `#[track_caller]`
--> $DIR/panic-handler-with-track-caller.rs:10:1
|
LL | #[track_caller]
| ^^^^^^^^^^^^^^^
LL |
LL | fn panic(info: &PanicInfo) -> ! {
| ------------------------------- `#[panic_handler]` function is not allowed to have `#[track_caller]`
error: aborting due to 1 previous error