2018-08-08 14:28:26 +02:00
|
|
|
error[E0152]: duplicate lang item found: `panic_impl`.
|
2018-08-23 00:40:32 +02:00
|
|
|
--> $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`.
|