summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/extern-no-fn.stderr
blob: 2e434afb218c97ab1c6c4baf52e85694b8786e40 (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 "C" {
   |            - while parsing this item list starting here
LL |     f();
   |      ^ expected one of `!` or `::`
LL | }
   | - the item list ends here

error: aborting due to 1 previous error