blob: 401c1755fa8be623fbb0759376d15ad36eed0ae5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0152]: duplicate lang item found: `arc`.
--> $DIR/E0152.rs:4: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`.
|