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

8 lines
178 B
Text

error: function should have one argument
--> $DIR/panic-handler-bad-signature-3.rs:9:1
|
LL | fn panic() -> ! {
| ^^^^^^^^^^^^^^^
error: aborting due to previous error