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