]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/extern-foreign-crate.stderr
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
[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