rust/tests/ui/parser/extern-no-fn.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
293 B
Plaintext
Raw Normal View History

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