about summary refs log tree commit diff
path: root/tests/codegen/terminating-catchpad.rs
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-43/+0
2025-06-16tests: `{Meta,Pointee}Sized` in non-minicore testsDavid Wood-1/+7
As before, add `MetaSized` and `PointeeSized` traits to all of the non-minicore `no_core` tests so that they don't fail for lack of language items.
2025-02-06Generate correct terminate block under Wasm EHAlisa Sireneva-0/+37
This fixes failing LLVM assertions during insnsel. Improves #135665.