rust/tests/ui/panic-handler/panic-handler-bad-signature-1.stderr
2023-01-11 09:32:08 +00:00

15 lines
302 B
Plaintext

error: return type should be `!`
--> $DIR/panic-handler-bad-signature-1.rs:11:6
|
LL | ) -> ()
| ^^
error: argument should be `&PanicInfo`
--> $DIR/panic-handler-bad-signature-1.rs:10:11
|
LL | info: PanicInfo,
| ^^^^^^^^^
error: aborting due to 2 previous errors