2020-02-22 06:57:31 +01:00
|
|
|
error: expected one of `!` or `::`, found `(`
|
|
|
|
--> $DIR/extern-no-fn.rs:2:6
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2020-09-01 17:12:52 -04:00
|
|
|
LL | extern "C" {
|
|
|
|
| - while parsing this item list starting here
|
2020-02-22 06:57:31 +01:00
|
|
|
LL | f();
|
|
|
|
| ^ expected one of `!` or `::`
|
2020-02-22 08:16:39 +01:00
|
|
|
LL | }
|
|
|
|
| - the item list ends here
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|