rust/src/test/ui/duplicate/dupe-symbols-7.stderr

11 lines
238 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: entry symbol `main` defined multiple times
2018-12-25 09:56:47 -06:00
--> $DIR/dupe-symbols-7.rs:6:1
2018-08-08 07:28:26 -05:00
|
LL | fn main(){}
| ^^^^^^^^^^^
|
= help: did you use #[no_mangle] on `fn main`? Use #[start] instead
error: aborting due to previous error