]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0152.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0152.stderr
CommitLineData
2c00a5a8
XL
1error[E0152]: duplicate lang item found: `panic_fmt`.
2 --> $DIR/E0152.rs:14:1
3 |
414 | struct Foo; //~ ERROR E0152
5 | ^^^^^^^^^^^
6 |
7 = note: first defined in crate `std`.
8
9error: aborting due to previous error
10