blob: c359a3704bf48fc1ce6f2cc4f234706284e1831e [file] [log] [blame]
error: expected one of `crate`, `fn`, or `{`, found `crte`
--> $DIR/extern-crate-unexpected-token.rs:13:8
|
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