summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0152.stderr
blob: 26e6e2e1bce7e3bde2edbf2e05decb7b414143c5 (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;
   | ^^^^^^^^^^^
   |
   = note: first defined in crate `alloc`.

error: aborting due to previous error

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