summary refs log tree commit diff
path: root/src/test/ui/parser/extern-foreign-crate.stderr
blob: de9f0c932327d9fd755706bb7ed06809272e473e (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` here

error: aborting due to previous error