about summary refs log tree commit diff
path: root/tests/run-make/no-alloc-shim/foo.rs
AgeCommit message (Collapse)AuthorLines
2025-06-24Fix function signature for rust_eh_personalitybjorn3-1/+7
While cg_llvm is very lax about mismatched function signatures, cg_clif will crash when there is any mismatch. It could be turned into an error, but without Cranelift changes can't just be ignored.
2025-06-16Change __rust_no_alloc_shim_is_unstable to be a functionDaniel Paoliello-3/+3
2025-01-21remove support for the #[start] attributeRalf Jung-1/+1
2023-05-11Ignore test on MSVC for nowbjorn3-0/+44
I can't figure out how to link with the MSVC toolchain