mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-04 18:33:38 +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
|
|
|