2021-06-09 23:11:35 -04:00
|
|
|
error: the `main` function cannot be declared in an `extern` block
|
|
|
|
--> $DIR/extern-main-issue-86110.rs:4:5
|
|
|
|
|
|
|
|
|
LL | fn main();
|
2024-08-07 13:01:34 -04:00
|
|
|
| ^^^^^^^^^^
|
2021-06-09 23:11:35 -04:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-06-09 23:11:35 -04:00
|
|
|
|