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 9
9
| |_^
10
10
|
11
11
= 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
13
13
= note: second definition in the local crate (`E0152_duplicate_lang_items`)
14
14
15
15
error: 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);
5
5
| ^^^^^^^^^^^^^^^^^
6
6
|
7
7
= 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
9
9
= note: second definition in the local crate (`E0152`)
10
10
11
11
error: aborting due to 1 previous error
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | trait Sized {}
5
5
| ^^^^^^^^^^^^^^
6
6
|
7
7
= 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
9
9
= note: second definition in the local crate (`duplicate`)
10
10
11
11
error: aborting due to 1 previous error
Original file line number Diff line number Diff line change 7
7
| |_^
8
8
|
9
9
= 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
11
11
= note: second definition in the local crate (`panic_handler_std`)
12
12
13
13
error: aborting due to 1 previous error
You can’t perform that action at this time.
0 commit comments