File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 | |_^
1010 |
1111 = note: the lang item is first defined in crate `std` (which `E0152_duplicate_lang_items` depends on)
12- = note: first definition in `std` loaded from SYSROOT/libstd-*.rlib
12+ = note: first definition in `std` loaded from SYSROOT/libstd-*.rmeta
1313 = note: second definition in the local crate (`E0152_duplicate_lang_items`)
1414
1515error: aborting due to 1 previous error
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | struct Foo<T>(T);
55 | ^^^^^^^^^^^^^^^^^
66 |
77 = note: the lang item is first defined in crate `alloc` (which `std` depends on)
8- = note: first definition in `alloc` loaded from SYSROOT/liballoc-*.rlib
8+ = note: first definition in `alloc` loaded from SYSROOT/liballoc-*.rmeta
99 = note: second definition in the local crate (`E0152`)
1010
1111error: aborting due to 1 previous error
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | trait Sized {}
55 | ^^^^^^^^^^^^^^
66 |
77 = note: the lang item is first defined in crate `core` (which `std` depends on)
8- = note: first definition in `core` loaded from SYSROOT/libcore-*.rlib
8+ = note: first definition in `core` loaded from SYSROOT/libcore-*.rmeta
99 = note: second definition in the local crate (`duplicate`)
1010
1111error: aborting due to 1 previous error
Original file line number Diff line number Diff line change 77 | |_^
88 |
99 = note: the lang item is first defined in crate `std` (which `panic_handler_std` depends on)
10- = note: first definition in `std` loaded from SYSROOT/libstd-*.rlib
10+ = note: first definition in `std` loaded from SYSROOT/libstd-*.rmeta
1111 = note: second definition in the local crate (`panic_handler_std`)
1212
1313error: aborting due to 1 previous error
You can’t perform that action at this time.
0 commit comments