blob: 71ed1efdcf2b8b2eb1917e8dc07563cbc1d510c8 [file] [log] [blame]
error: argument should be `&PanicInfo`
--> $DIR/panic-implementation-bad-signature-2.rs:21:11
|
LL | info: &'static PanicInfo, //~ ERROR argument should be `&PanicInfo`
| ^^^^^^^^^^^^^^^^^^
error: aborting due to previous error