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/issue-44953/issue-44953.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
error: 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? (see issue #27812)
2
2
--> $DIR/issue-44953.rs:16:14
3
3
|
4
-
16 | #[macro_use] extern crate log;
4
+
16 | #[macro_use] extern crate log; //~ ERROR use of unstable library feature
5
5
| ^^^^^^^^^^^^^^^^^
6
6
|
7
7
= help: add #![feature(rustc_private)] to the crate attributes to enable
0 commit comments