Skip to content

Commit 0af88e3

Browse files
author
Felix Raimundo
committed
Update a test error message
#17709
1 parent e69f2ab commit 0af88e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/extern-foreign-crate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
// Verifies that the expected token errors for `extern crate` are
1212
// raised
1313

14-
extern crate foo {} //~ERROR expected one of `=`, `;`, found `{`
14+
extern crate foo {} //~ERROR expected `;`, found `{`

0 commit comments

Comments
 (0)