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
This is the second time I'm doing this... I'm starting to feel like
stage1 ui-fulldeps tests were a mistake. Maybe I should have just put
`#[cfg(bootstrap)]` there to let the bootstrap bumper fix it.
Copy file name to clipboardexpand all lines: tests/ui-fulldeps/hash-stable-is-unstable.stderr
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
10
10
11
11
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
12
-
--> $DIR/hash-stable-is-unstable.rs:7:1
12
+
--> $DIR/hash-stable-is-unstable.rs:6:1
13
13
|
14
14
LL | extern crate rustc_macros;
15
15
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -19,7 +19,7 @@ LL | extern crate rustc_macros;
19
19
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
20
20
21
21
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
30
30
31
31
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
32
-
--> $DIR/hash-stable-is-unstable.rs:16:5
32
+
--> $DIR/hash-stable-is-unstable.rs:15:5
33
33
|
34
34
LL | use rustc_macros::HashStable;
35
35
| ^^^^^^^^^^^^^^^^^^^^^^^^
@@ -39,7 +39,7 @@ LL | use rustc_macros::HashStable;
39
39
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
40
40
41
41
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
Copy file name to clipboardexpand all lines: tests/ui-fulldeps/pathless-extern-unstable.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
0 commit comments