blob: e9d287ac0e9276a4aa60505ac82ed13c88359e5a (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `crate` or `{`, found `crte`
--> $DIR/extern-crate-unexpected-token.rs:1:8
|
LL | extern crte foo;
| ^^^^ expected one of `crate` or `{`
error: aborting due to previous error
|