9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
|
error: expected one of `;` or `as`, found `{`
|
||
|
--> $DIR/extern-foreign-crate.rs:16:18
|
||
|
|
|
||
|
LL | extern crate foo {} //~ERROR expected one of `;` or `as`, found `{`
|
||
|
| ^ expected one of `;` or `as` here
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|