]> git.lizzy.rs Git - rust.git/blob - src/test/ui/duplicate_entry_error.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / duplicate_entry_error.stderr
1 error[E0152]: duplicate lang item found: `panic_impl`.
2   --> $DIR/duplicate_entry_error.rs:20:1
3    |
4 LL | / fn panic_impl(info: &PanicInfo) -> ! {
5 LL | | //~^ ERROR: duplicate lang item found: `panic_impl`.
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`.