2018-10-20 15:36:17 -05:00
|
|
|
error: expected one of `crate`, `fn`, or `{`, found `crte`
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $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
|
|
|
|
|