]> git.lizzy.rs Git - rust.git/blob - src/test/ui/duplicate/dupe-symbols-8.stderr
parser will not give wrong help message for 'public'
[rust.git] / src / test / ui / duplicate / dupe-symbols-8.stderr
1 error: entry symbol `main` declared multiple times
2   --> $DIR/dupe-symbols-8.rs:7:1
3    |
4 LL | fn main() {
5    | ^^^^^^^^^
6    |
7    = help: did you use `#[no_mangle]` on `fn main`? Use `#[start]` instead
8
9 error: aborting due to previous error
10