Files
third_party_rust_rust/compiler/rustc_codegen_gcc/src
bjorn3 ac58e5fede Prevent insta-stable no alloc shim support
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;
2023-05-11 14:35:09 +00:00
..
2023-03-05 12:31:16 -05:00
2023-05-07 12:38:47 +01:00
2023-04-27 08:35:19 +01:00
2023-03-16 15:07:04 +01:00
2022-11-15 17:53:50 +00:00
2023-03-05 12:31:16 -05:00
2023-04-27 08:35:19 +01:00