about summary refs log tree commit diff
path: root/tests/ui/panic-handler/panic-handler-requires-panic-info.stderr
blob: 873f61a51632b4a660bb76d8ddc1a0eb56d319d3 (plain)
1
2
3
4
5
6
7
8
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