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
@@ -8,7 +8,7 @@ error[E0658]: use of unstable library feature 'rustc_private': this crate is bei
8
8
LL | extern crate rustc_data_structures;
9
9
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10
10
|
11
-
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
11
+
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
12
12
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
13
13
14
14
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?
@@ -17,7 +17,7 @@ error[E0658]: use of unstable library feature 'rustc_private': this crate is bei
17
17
LL | extern crate rustc;
18
18
| ^^^^^^^^^^^^^^^^^^^
19
19
|
20
-
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
20
+
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
21
21
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
22
22
23
23
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?
@@ -26,7 +26,7 @@ error[E0658]: use of unstable library feature 'rustc_private': this crate is bei
26
26
LL | extern crate rustc_macros;
27
27
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
28
28
|
29
-
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
29
+
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
30
30
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
31
31
32
32
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?
@@ -35,7 +35,7 @@ error[E0658]: use of unstable library feature 'rustc_private': this crate is bei
35
35
LL | use rustc_macros::HashStable;
36
36
| ^^^^^^^^^^^^^^^^^^^^^^^^
37
37
|
38
-
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
38
+
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
39
39
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
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?
@@ -44,7 +44,7 @@ error[E0658]: use of unstable library feature 'rustc_private': this crate is bei
44
44
LL | #[derive(HashStable)]
45
45
| ^^^^^^^^^^
46
46
|
47
-
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
47
+
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
48
48
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
0 commit comments