summary refs log tree commit diff
path: root/src/test/ui/parser/extern-no-fn.stderr
blob: 0151cb4235b0da8740ac190eb7b983d4df6e7241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error: expected one of `!` or `::`, found `(`
  --> $DIR/extern-no-fn.rs:2:6
   |
LL | extern {
   |        - while parsing this item list starting here
LL |     f();
   |      ^ expected one of `!` or `::`
LL | }
   | - the item list ends here

error: aborting due to previous error