]> git.lizzy.rs Git - rust.git/blob - src/test/ui/duplicate_entry_error.stderr
Rollup merge of #58959 - asomers:issue_58907, r=Mark-Simulacrum
[rust.git] / src / test / ui / duplicate_entry_error.stderr
1 error[E0152]: duplicate lang item found: `panic_impl`.
2   --> $DIR/duplicate_entry_error.rs:10:1
3    |
4 LL | / fn panic_impl(info: &PanicInfo) -> ! {
5 LL | |
6 LL | |     loop {}
7 LL | | }
8    | |_^
9    |
10    = note: first defined in crate `std`.
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0152`.