]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/extern-no-fn.stderr
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-2021-08-06
[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