]> git.proxmox.com Git - rustc.git/blame - src/test/ui-fulldeps/pathless-extern-unstable.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui-fulldeps / pathless-extern-unstable.stderr
CommitLineData
60c5eb7d
XL
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?
2 --> $DIR/pathless-extern-unstable.rs:7:9
3 |
ba9703b0
XL
4LL | pub use rustc_middle;
5 | ^^^^^^^^^^^^
60c5eb7d 6 |
74b04a01 7 = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
60c5eb7d
XL
8 = help: add `#![feature(rustc_private)]` to the crate attributes to enable
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0658`.