about summary refs log tree commit diff
path: root/tests/codegen/enum/enum-two-variants-match.rs
AgeCommit message (Collapse)AuthorLines
2025-03-06Use `trunc nuw`+`br` for 0/1 branches even in optimized buildsScott McMurray-0/+51
Rather than needing to use `switch` for them to include the `unreachable` arm