summary refs log tree commit diff
path: root/src/test/ui/parser/extern-no-fn.stderr
blob: d2d5e3c46874af596178772d9dccf1a3cb5d4e0e (plain)
1
2
3
4
5
6
7
8
9
10
error: missing `fn`, `type`, or `static` for extern-item declaration
  --> $DIR/extern-no-fn.rs:1:9
   |
LL |   extern {
   |  _________^
LL | |     f();
   | |____^ missing `fn`, `type`, or `static`

error: aborting due to previous error