2020-01-10 14:36:22 +00:00
|
|
|
error[E0152]: found duplicate lang item `panic_impl`
|
2020-06-17 18:05:30 +00:00
|
|
|
--> $DIR/duplicate_entry_error.rs:11:1
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2020-08-12 21:02:14 +00:00
|
|
|
LL | fn panic_impl(info: &PanicInfo) -> ! {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2020-01-22 23:57:38 +00:00
|
|
|
= note: the lang item is first defined in crate `std` (which `duplicate_entry_error` depends on)
|
2020-06-17 18:05:30 +00:00
|
|
|
= note: first definition in `std` loaded from SYSROOT/libstd-*.rlib
|
2020-06-27 21:54:19 +00:00
|
|
|
= note: second definition in the local crate (`duplicate_entry_error`)
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0152`.
|