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
| ^ help: a local variable with a similar name exists: `f`
@@ -25,13 +25,13 @@ error[E0463]: can't find crate for `profiler_builtins`
25
25
= note: the compiler may have been built without the profiler runtime
26
26
27
27
error[E0152]: found duplicate lang item `sized`
28
-
--> $DIR/issue-102989.rs:7:1
28
+
--> $DIR/issue-102989.rs:8:1
29
29
|
30
30
LL | trait Sized { }
31
31
| ^^^^^^^^^^^
32
32
|
33
33
= note: the lang item is first defined in crate `core`.
34
-
= note: first definition in `core` loaded from $BUILD_DIR/aarch64-apple-darwin/stage1/lib/rustlib/aarch64-apple-darwin/lib/libcore-500f4c12402b1108.rlib
34
+
= note: first definition in `core` loaded from SYSROOT/libcore-*.rlib
35
35
= note: second definition in the local crate (`issue_102989`)
36
36
37
37
error: `#[panic_handler]` function required, but not found
@@ -42,23 +42,23 @@ error: language item required, but not found: `eh_personality`
42
42
= help: you may be able to compile for a target that doesn't need `eh_personality`, specify a target with `--target` or in `.cargo/config`
43
43
44
44
error[E0277]: the size for values of type `{integer}` cannot be known at compilation time
45
-
--> $DIR/issue-102989.rs:13:15
45
+
--> $DIR/issue-102989.rs:14:15
46
46
|
47
47
LL | let x = x << 1;
48
48
| ^^ doesn't have a size known at compile-time
49
49
|
50
50
= help: the trait `core::marker::Sized` is not implemented for `{integer}`
0 commit comments