Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
no_std
/
no-std-no-start-binary.stderr
blob: dd06c234da2947930ba8e5d1d70d2adcacff67c0 [
file
] [
log
] [
blame
] [
edit
]
error
:
using
`fn main`
requires the standard library
|
=
help
:
use
`#![no_main]`
to bypass the
Rust
generated entrypoint
and
declare a platform specific entrypoint yourself
,
usually
with
`#[no_mangle]`
error
:
aborting due to
1
previous error