mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-18 11:34:11 +00:00
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
error: argument should be `&PanicInfo`
|
|
--> $DIR/panic-handler-bad-signature-2.rs:10:11
|
|
|
|
|
LL | info: &'static PanicInfo,
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|