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
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
12
-
= help: add #![feature(rustc_private)] to the crate attributes to enable
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?
15
15
--> $DIR/hash-stable-is-unstable.rs:5:1
@@ -18,7 +18,7 @@ LL | extern crate rustc;
18
18
| ^^^^^^^^^^^^^^^^^^^
19
19
|
20
20
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
21
-
= help: add #![feature(rustc_private)] to the crate attributes to enable
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?
24
24
--> $DIR/hash-stable-is-unstable.rs:7:1
@@ -27,7 +27,7 @@ LL | extern crate rustc_macros;
27
27
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
28
28
|
29
29
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
30
-
= help: add #![feature(rustc_private)] to the crate attributes to enable
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?
33
33
--> $DIR/hash-stable-is-unstable.rs:10:5
@@ -36,7 +36,7 @@ LL | use rustc_macros::HashStable;
36
36
| ^^^^^^^^^^^^^^^^^^^^^^^^
37
37
|
38
38
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
39
-
= help: add #![feature(rustc_private)] to the crate attributes to enable
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?
42
42
--> $DIR/hash-stable-is-unstable.rs:13:10
@@ -45,7 +45,7 @@ LL | #[derive(HashStable)]
45
45
| ^^^^^^^^^^
46
46
|
47
47
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
48
-
= help: add #![feature(rustc_private)] to the crate attributes to enable
48
+
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
0 commit comments