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
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
error[E0152]: found duplicate lang item `panic_impl`
2
-
--> $DIR/E0152-duplicate-lang-items.rs:14:1
2
+
--> $DIR/E0152-duplicate-lang-items.rs:16:1
3
3
|
4
4
LL | / fn panic_impl(info: &PanicInfo) -> ! {
5
5
LL | |
@@ -8,7 +8,7 @@ LL | | }
8
8
| |_^
9
9
|
10
10
= note: the lang item is first defined in crate `std` (which `E0152_duplicate_lang_items` depends on)
11
-
= note: first definition in `std` loaded from $BUILD_DIR/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-df4a2d41d5905242.rlib
11
+
= note: first definition in `std` loaded from SYSROOT/libstd-*.rlib
12
12
= note: second definition in the local crate (`E0152_duplicate_lang_items`)
0 commit comments