rust/tests/ui/extern/extern-main-issue-86110.stderr

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

9 lines
195 B
Plaintext
Raw Normal View History

error: the `main` function cannot be declared in an `extern` block
--> $DIR/extern-main-issue-86110.rs:4:5
|
LL | fn main();
2022-02-13 15:27:59 +00:00
| ^^^^^^^^^
error: aborting due to 1 previous error