about summary refs log tree commit diff
path: root/src/test/codegen/try-panic-abort.rs
AgeCommit message (Collapse)AuthorLines
2020-03-05Simplify the try intrinsic by using a callback in the catch blockAmanieu d'Antras-1/+4
2020-03-02Test catch_unwind vanishingAmanieu d'Antras-0/+17
We execpt the try intrinsic to be a direct call if in -Cpanic=abort mode, and that catch_unwind optimizes out if calling a function that does not unwind.