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-fulldeps/hash-stable-is-unstable.stderr
+10-5
Original file line number
Diff line number
Diff line change
@@ -1,47 +1,52 @@
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?
2
-
--> $DIR/hash-stable-is-unstable.rs:2:1
2
+
--> $DIR/hash-stable-is-unstable.rs:3:1
3
3
|
4
4
LL | extern crate rustc_data_structures;
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
6
|
7
7
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
8
8
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
9
+
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
9
10
10
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?
11
-
--> $DIR/hash-stable-is-unstable.rs:4:1
12
+
--> $DIR/hash-stable-is-unstable.rs:7:1
12
13
|
13
14
LL | extern crate rustc_macros;
14
15
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
15
16
|
16
17
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
17
18
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
19
+
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
18
20
19
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?
20
-
--> $DIR/hash-stable-is-unstable.rs:6:1
22
+
--> $DIR/hash-stable-is-unstable.rs:11:1
21
23
|
22
24
LL | extern crate rustc_query_system;
23
25
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24
26
|
25
27
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
26
28
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
29
+
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
27
30
28
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?
29
-
--> $DIR/hash-stable-is-unstable.rs:9:5
32
+
--> $DIR/hash-stable-is-unstable.rs:16:5
30
33
|
31
34
LL | use rustc_macros::HashStable;
32
35
| ^^^^^^^^^^^^^^^^^^^^^^^^
33
36
|
34
37
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
35
38
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
39
+
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
36
40
37
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?
38
-
--> $DIR/hash-stable-is-unstable.rs:12:10
42
+
--> $DIR/hash-stable-is-unstable.rs:21:10
39
43
|
40
44
LL | #[derive(HashStable)]
41
45
| ^^^^^^^^^^
42
46
|
43
47
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
44
48
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
49
+
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
45
50
= note: this error originates in the derive macro `HashStable` (in Nightly builds, run with -Z macro-backtrace for more info)
Copy file name to clipboardexpand all lines: tests/ui-fulldeps/pathless-extern-unstable.stderr
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
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?
2
-
--> $DIR/pathless-extern-unstable.rs:6:9
2
+
--> $DIR/pathless-extern-unstable.rs:7:9
3
3
|
4
4
LL | pub use rustc_middle;
5
5
| ^^^^^^^^^^^^
6
6
|
7
7
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
8
8
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
9
+
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
0 commit comments