]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0152.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / error-codes / E0152.stderr
CommitLineData
ba9703b0 1error[E0152]: found duplicate lang item `owned_box`
0731742a 2 --> $DIR/E0152.rs:4:1
2c00a5a8 3 |
532ac7d7 4LL | struct Foo;
2c00a5a8
XL
5 | ^^^^^^^^^^^
6 |
74b04a01 7 = note: the lang item is first defined in crate `alloc` (which `std` depends on)
2c00a5a8
XL
8
9error: aborting due to previous error
10
0531ce1d 11For more information about this error, try `rustc --explain E0152`.