2021-06-09 22:11:35 -05:00
|
|
|
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 09:27:59 -06:00
|
|
|
| ^^^^^^^^^
|
2021-06-09 22:11:35 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|