blob: 32b26670ea8509497f5c7887355b8322553607a2 [file] [log] [blame]
error: expected one of `;` or `as`, found `{`
--> $DIR/extern-foreign-crate.rs:6:18
|
LL | extern crate foo {} //~ERROR expected one of `;` or `as`, found `{`
| ^ expected one of `;` or `as` here
error: aborting due to previous error