rust_entry

Function rust_entry 

Source
pub unsafe fn rust_entry(arg: *const RuntimeInfo, main: usize) -> !
Expand description

Entry point for Rust code wishing to start from rt0.

ยงSafety

Do not call this unless you are bootstrapping a runtime.