1
Fork 0
rust/src/test/ui/panic-handler/panic-handler-std.stderr

14 lines
328 B
Text
Raw Normal View History

2018-08-08 14:28:26 +02:00
error[E0152]: duplicate lang item found: `panic_impl`.
--> $DIR/panic-handler-std.rs:18:1
2018-08-08 14:28:26 +02:00
|
LL | / fn panic(info: PanicInfo) -> ! {
LL | | loop {}
LL | | }
| |_^
|
= note: first defined in crate `std`.
error: aborting due to previous error
For more information about this error, try `rustc --explain E0152`.