We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54e8ec commit 41e051dCopy full SHA for 41e051d
src/test/ui-fulldeps/pathless-extern-unstable.rs
@@ -5,6 +5,6 @@
5
// Test that `--extern rustc` fails with `rustc_private`.
6
7
pub use rustc;
8
-//~^ use of unstable library feature 'rustc_private'
+//~^ ERROR use of unstable library feature 'rustc_private'
9
10
fn main() {}
0 commit comments