blob: 7c7feffe76a13456feea33a3d20d2250cddebf81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
error[E0152]: found duplicate lang item `panic_impl`
--> $DIR/panic-handler-std.rs:8:1
|
LL | fn panic(info: PanicInfo) -> ! {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: the lang item is first defined in crate `std` (which `panic_handler_std` depends on)
= note: first definition in `std` loaded from SYSROOT/libstd-*.rlib
= note: second definition in the local crate (`panic_handler_std`)
error: aborting due to previous error
For more information about this error, try `rustc --explain E0152`.
|