about summary refs log tree commit diff
path: root/tests/ui/lang-items/duplicate.stderr
blob: aaa8f5e605afa2441d33f3ecf12b7e6281c7674c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error[E0152]: found duplicate lang item `sized`
  --> $DIR/duplicate.rs:5:1
   |
LL | trait Sized {}
   | ^^^^^^^^^^^^^^
   |
   = note: the lang item is first defined in crate `core` (which `std` depends on)
   = note: first definition in `core` loaded from SYSROOT/libcore-*.rlib
   = note: second definition in the local crate (`duplicate`)

error: aborting due to 1 previous error

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