mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
66982a383b
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.