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: src/test/ui-fulldeps/hash-stable-is-unstable.stderr
+5-5
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ error[E0658]: use of unstable library feature 'rustc_private': this crate is bei
4
4
LL | extern crate rustc_data_structures;
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
6
|
7
-
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
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
9
10
10
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?
@@ -13,7 +13,7 @@ error[E0658]: use of unstable library feature 'rustc_private': this crate is bei
13
13
LL | extern crate rustc;
14
14
| ^^^^^^^^^^^^^^^^^^^
15
15
|
16
-
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
16
+
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
17
17
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
18
18
19
19
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?
@@ -22,7 +22,7 @@ error[E0658]: use of unstable library feature 'rustc_private': this crate is bei
22
22
LL | extern crate rustc_macros;
23
23
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
24
24
|
25
-
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
25
+
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
26
26
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
27
27
28
28
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?
@@ -31,7 +31,7 @@ error[E0658]: use of unstable library feature 'rustc_private': this crate is bei
31
31
LL | use rustc_macros::HashStable;
32
32
| ^^^^^^^^^^^^^^^^^^^^^^^^
33
33
|
34
-
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
34
+
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
35
35
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
36
36
37
37
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?
@@ -40,7 +40,7 @@ error[E0658]: use of unstable library feature 'rustc_private': this crate is bei
40
40
LL | #[derive(HashStable)]
41
41
| ^^^^^^^^^^
42
42
|
43
-
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
43
+
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
44
44
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
45
45
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments