]> git.proxmox.com Git - rustc.git/blob - src/test/ui/duplicate_entry_error.stderr
New upstream version 1.30.0~beta.7+dfsg1
[rustc.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`.