blob: a0530f24de6790c973a77085a2ed55186b20781a [file] [log] [blame]
error[E0152]: duplicate lang item found: `arc`.
--> $DIR/E0152.rs:14:1
|
LL | struct Foo; //~ ERROR E0152
| ^^^^^^^^^^^
|
= note: first defined in crate `alloc`.
error: aborting due to previous error
For more information about this error, try `rustc --explain E0152`.