]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/extern-foreign-crate.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / extern-foreign-crate.stderr
1 error: expected one of `;` or `as`, found `{`
2   --> $DIR/extern-foreign-crate.rs:4:18
3    |
4 LL | extern crate foo {}
5    |                  ^ expected one of `;` or `as`
6
7 error: aborting due to previous error
8