You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ui/error-codes/E0152-duplicate-lang-items.stderr
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ LL | | }
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 $BUILD_DIR/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8f4457ab5ad52b7a.rmeta
13
13
= note: second definition in the local crate (`E0152_duplicate_lang_items`)
Copy file name to clipboardExpand all lines: tests/ui/error-codes/E0152.stderr
+1-1Lines changed: 1 addition & 1 deletion
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 $BUILD_DIR/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-0aa751e75cea0625.rmeta
9
9
= note: second definition in the local crate (`E0152`)
Copy file name to clipboardExpand all lines: tests/ui/lang-items/duplicate.stderr
+1-1Lines changed: 1 addition & 1 deletion
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 $BUILD_DIR/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a239ca81dc4a81d4.rmeta
9
9
= note: second definition in the local crate (`duplicate`)
Copy file name to clipboardExpand all lines: tests/ui/panic-handler/panic-handler-std.stderr
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ LL | | }
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 $BUILD_DIR/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8f4457ab5ad52b7a.rmeta
11
11
= note: second definition in the local crate (`panic_handler_std`)
0 commit comments