2020-02-23 01:43:47 +10:00
|
|
|
error: entry symbol `main` declared multiple times
|
2025-03-29 02:41:32 +03:00
|
|
|
--> $DIR/dupe-symbols-7.rs:7:1
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
|
LL | fn main(){}
|
2020-08-12 17:02:14 -04:00
|
|
|
| ^^^^^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2024-12-14 09:13:12 +01:00
|
|
|
= help: did you use `#[no_mangle]` on `fn main`? Use `#![no_main]` to suppress the usual Rust-generated entry point
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-08-08 14:28:26 +02:00
|
|
|
|