summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0152.stderr
blob: c7f5f362efb28492ccadfc82b5102ba16bb82731 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0152]: duplicate lang item found: `panic_impl`.
  --> $DIR/E0152.rs:14:1
   |
LL | struct Foo; //~ ERROR E0152
   | ^^^^^^^^^^^
   |
   = note: first defined in crate `std`.

error: aborting due to previous error

For more information about this error, try `rustc --explain E0152`.