mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
error: expected one of `!` or `::`, found `(`
|
|
--> $DIR/extern-no-fn.rs:2:6
|
|
|
|
|
LL | extern "C" {
|
|
| - while parsing this item list starting here
|
|
LL | f();
|
|
| ^ expected one of `!` or `::`
|
|
LL | }
|
|
| - the item list ends here
|
|
|
|
error: aborting due to 1 previous error
|
|
|