Files
rust/tests/ui/parser/extern-crate-unexpected-token.stderr
2023-11-24 19:15:52 +01:00

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