rust/src/test/ui/parser/extern-no-fn.stderr

11 lines
240 B
Plaintext
Raw Normal View History

2018-10-20 23:36:17 +03:00
error: missing `fn`, `type`, or `static` for extern-item declaration
--> $DIR/extern-no-fn.rs:1:9
2018-10-20 23:36:17 +03:00
|
2019-03-09 15:03:44 +03:00
LL | extern {
2018-10-20 23:36:17 +03:00
| _________^
LL | | f();
| |____^ missing `fn`, `type`, or `static`
error: aborting due to previous error