blob: ab9167e005a37c58d4b6a5a2a7601526357a8d32 [file] [log] [blame] [edit]
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