mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

You will need to add the following as replacement for the old __rust_* definitions when not using the alloc shim. #[no_mangle] static __rust_no_alloc_shim_is_unstable: u8 = 0;
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.