mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-04 14:07:36 +00:00
7 lines
250 B
Plaintext
7 lines
250 B
Plaintext
![]() |
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
|
||
|
|