We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414d7cf commit 6d47766Copy full SHA for 6d47766
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