summaryrefslogtreecommitdiffstats
path: root/src/test/ui/panic-handler/panic-handler-bad-signature-2.stderr
blob: 5ab6934202e948e65e9f54a415d36af7baece65c (plain)
1
2
3
4
5
6
7
8
error: argument should be `&PanicInfo`
  --> $DIR/panic-handler-bad-signature-2.rs:10:11
   |
LL |     info: &'static PanicInfo,
   |           ^^^^^^^^^^^^^^^^^^

error: aborting due to previous error