We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69f2ab commit 0af88e3Copy full SHA for 0af88e3
src/test/compile-fail/extern-foreign-crate.rs
@@ -11,4 +11,4 @@
11
// Verifies that the expected token errors for `extern crate` are
12
// raised
13
14
-extern crate foo {} //~ERROR expected one of `=`, `;`, found `{`
+extern crate foo {} //~ERROR expected `;`, found `{`
0 commit comments