Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
error: entry symbol `main` declared multiple times
--> $DIR/dupe-symbols-8.rs:7:1
|
LL | fn main() {
| ^^^^^^^^^
= help: did you use `#[no_mangle]` on `fn main`? Use `#[start]` instead
error: aborting due to previous error