mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
error: function should have one argument
|
|
--> $DIR/panic-handler-bad-signature-3.rs:9:1
|
|
|
|
|
LL | fn panic() -> ! {
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|