Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
duplicate
/
dupe-symbols-8.stderr
blob: d7d419c9aa402c5127ac603fe23fa14eac9f7354 [
file
] [
log
] [
blame
] [
edit
]
error
:
entry symbol
`main`
declared multiple times
-->
$DIR
/
dupe
-
symbols
-
8.rs
:
8
:
1
|
LL
|
fn main
()
{
|
^^^^^^^^^
|
=
help
:
did you
use
`#[no_mangle]`
on
`fn main`
?
Use
`#[start]`
instead
error
:
aborting due to
1
previous error