mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 13:57:24 +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
|
|
|