rust/src/test/ui/parser/extern-crate-unexpected-token.stderr

9 lines
296 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected one of `crate`, `fn`, or `{`, found `crte`
--> $DIR/extern-crate-unexpected-token.rs:1:8
2018-10-20 15:36:17 -05:00
|
LL | extern crte foo; //~ ERROR expected one of `crate`, `fn`, or `{`, found `crte`
| ^^^^ expected one of `crate`, `fn`, or `{` here
error: aborting due to previous error