]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/extern-no-fn.stderr
Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkov
[rust.git] / src / test / ui / parser / extern-no-fn.stderr
1 error: missing `fn`, `type`, `const`, or `static` for item declaration
2   --> $DIR/extern-no-fn.rs:1:9
3    |
4 LL |   extern {
5    |  _________^
6 LL | |
7 LL | |     f();
8    | |____^ missing `fn`, `type`, `const`, or `static`
9
10 error: aborting due to previous error
11