summary refs log tree commit diff
path: root/src/test/ui/panic-handler/panic-handler-bad-signature-2.stderr
blob: f2bcb6b6809526fb5b7e3f7113fe8fc26a6cc096 (plain)
1
2
3
4
5
6
7
8
error: argument should be `&PanicInfo`
  --> $DIR/panic-handler-bad-signature-2.rs:20:11
   |
LL |     info: &'static PanicInfo, //~ ERROR argument should be `&PanicInfo`
   |           ^^^^^^^^^^^^^^^^^^

error: aborting due to previous error