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