summary refs log tree commit diff
path: root/src/test/ui/parser/extern-foreign-crate.stderr
blob: d2fe8b77ce668275609b3df8bb6aa43f12bd67ba (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 {} //~ERROR expected one of `;` or `as`, found `{`
   |                  ^ expected one of `;` or `as` here

error: aborting due to previous error