blob: 77227e0d5a61c80200bb7e134459f3b9c5ee522a (
plain)
1
2
3
4
5
6
7
8
|
error: function should have one argument
--> $DIR/panic-handler-bad-signature-3.rs:19:1
|
LL | fn panic() -> ! { //~ ERROR function should have one argument
| ^^^^^^^^^^^^^^^
error: aborting due to previous error
|