]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/extern-no-fn.stderr
Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-2022-08-24
[rust.git] / src / test / ui / parser / extern-no-fn.stderr
1 error: expected one of `!` or `::`, found `(`
2   --> $DIR/extern-no-fn.rs:2:6
3    |
4 LL | extern "C" {
5    |            - while parsing this item list starting here
6 LL |     f();
7    |      ^ expected one of `!` or `::`
8 LL | }
9    | - the item list ends here
10
11 error: aborting due to previous error
12