mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 01:40:46 +00:00
11 lines
244 B
Plaintext
11 lines
244 B
Plaintext
error: entry symbol `main` declared multiple times
|
|
--> $DIR/dupe-symbols-7.rs:10:1
|
|
|
|
|
LL | fn main(){}
|
|
| ^^^^^^^^^
|
|
|
|
|
= help: did you use `#[no_mangle]` on `fn main`? Use `#[start]` instead
|
|
|
|
error: aborting due to 1 previous error
|
|
|