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

error: aborting due to previous error

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