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