blob: 5016d502cee31008d9f5ba5eca06cca0f7f60f19 [file] [log] [blame]
error[E0152]: duplicate lang item found: `panic_impl`.
--> $DIR/panic-implementation-std.rs:18:1
|
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`.