]> git.proxmox.com Git - rustc.git/blame - src/test/ui-fulldeps/hash-stable-is-unstable.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui-fulldeps / hash-stable-is-unstable.stderr
CommitLineData
48663c56 1error[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?
532ac7d7
XL
2 --> $DIR/hash-stable-is-unstable.rs:3:1
3 |
4LL | extern crate rustc_data_structures;
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
74b04a01 7 = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
416331ca 8 = help: add `#![feature(rustc_private)]` to the crate attributes to enable
532ac7d7 9
48663c56 10error[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?
532ac7d7
XL
11 --> $DIR/hash-stable-is-unstable.rs:5:1
12 |
ba9703b0
XL
13LL | extern crate rustc_middle;
14 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
532ac7d7 15 |
74b04a01 16 = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
416331ca 17 = help: add `#![feature(rustc_private)]` to the crate attributes to enable
532ac7d7 18
48663c56 19error[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?
532ac7d7
XL
20 --> $DIR/hash-stable-is-unstable.rs:7:1
21 |
22LL | extern crate rustc_macros;
23 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
24 |
74b04a01 25 = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
416331ca 26 = help: add `#![feature(rustc_private)]` to the crate attributes to enable
532ac7d7 27
48663c56 28error[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?
532ac7d7
XL
29 --> $DIR/hash-stable-is-unstable.rs:10:5
30 |
31LL | use rustc_macros::HashStable;
32 | ^^^^^^^^^^^^^^^^^^^^^^^^
33 |
74b04a01 34 = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
416331ca 35 = help: add `#![feature(rustc_private)]` to the crate attributes to enable
532ac7d7 36
48663c56 37error[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?
532ac7d7
XL
38 --> $DIR/hash-stable-is-unstable.rs:13:10
39 |
40LL | #[derive(HashStable)]
41 | ^^^^^^^^^^
42 |
74b04a01 43 = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
416331ca 44 = help: add `#![feature(rustc_private)]` to the crate attributes to enable
74b04a01 45 = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
532ac7d7 46
e1599b0c 47error: aborting due to 5 previous errors
532ac7d7 48
e1599b0c 49For more information about this error, try `rustc --explain E0658`.