]> git.proxmox.com Git - rustc.git/blame - src/test/ui/duplicate_entry_error.stderr
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / src / test / ui / duplicate_entry_error.stderr
CommitLineData
dfeec247 1error[E0152]: found duplicate lang item `panic_impl`
f035d41b 2 --> $DIR/duplicate_entry_error.rs:11:1
b7449926
XL
3 |
4LL | / fn panic_impl(info: &PanicInfo) -> ! {
532ac7d7 5LL | |
b7449926
XL
6LL | | loop {}
7LL | | }
8 | |_^
9 |
74b04a01 10 = note: the lang item is first defined in crate `std` (which `duplicate_entry_error` depends on)
f035d41b
XL
11 = note: first definition in `std` loaded from SYSROOT/libstd-*.rlib
12 = note: second definition in the local crate (`duplicate_entry_error`)
b7449926
XL
13
14error: aborting due to previous error
15
16For more information about this error, try `rustc --explain E0152`.