about summary refs log tree commit diff
path: root/tests/codegen/alloc-optimisation.rs
AgeCommit message (Collapse)AuthorLines
2023-05-11Prevent insta-stable no alloc shim supportbjorn3-1/+2
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-01-11Move /src/test to /testsAlbert Larsan-0/+13