blob: 93eb9fd8de3cfdc1aa533389b696d194b8befcbc [file] [log] [blame]
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