2018-10-20 23:36:17 +03:00
|
|
|
error: missing `fn`, `type`, or `static` for extern-item declaration
|
2019-01-06 18:33:05 +03:00
|
|
|
--> $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
|
|
|
|
|