blob: 29a7691f82b852570da5608068ebaa1c2f643d84 [file] [log] [blame]
error: missing `fn`, `type`, or `static` for extern-item declaration
--> $DIR/extern-no-fn.rs:13:9
|
LL | extern { //~ ERROR missing `fn`, `type`, or `static` for extern-item declaration
| _________^
LL | | f();
| |____^ missing `fn`, `type`, or `static`
error: aborting due to previous error