blob: 737ff313d0bef3f51705b481a9a464017d41f950 (
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 argument should be `&PanicInfo`
| ^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
|