blob: f67022bd6d3f9568b6d5f6ace959e695ec095494 [file] [log] [blame]
error[E0152]: duplicate lang item found: `panic_fmt`.
--> $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`.