summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/extern-foreign-crate.stderr
blob: eb75c0fc9c6aac89f20b374c97c87d5edbb2e5e3 (plain)
1
2
3
4
5
6
7
8
error: expected one of `;` or `as`, found `{`
  --> $DIR/extern-foreign-crate.rs:4:18
   |
LL | extern crate foo {}
   |                  ^ expected one of `;` or `as`

error: aborting due to previous error