mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
error: the `main` function cannot be declared in an `extern` block
|
|
--> $DIR/extern-main-issue-86110.rs:4:5
|
|
|
|
|
LL | fn main();
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|