pub unsafe fn rust_entry(arg: *const RuntimeInfo) -> !
Expand description
Entry point for Rust code wishing to start from rt0.
ยงSafety
Do not call this unless you are bootstrapping a runtime.
pub unsafe fn rust_entry(arg: *const RuntimeInfo) -> !
Entry point for Rust code wishing to start from rt0.
Do not call this unless you are bootstrapping a runtime.