mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
error: requires `panic_info` lang_item
|
|
--> $DIR/panic-handler-requires-panic-info.rs:9:1
|
|
|
|
|
LL | fn panic() -> ! {
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|