41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
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 1 previous error
|
|
|