about summary refs log tree commit diff
path: root/tests/ui/simd/repr-simd-on-enum.rs
AgeCommit message (Collapse)AuthorLines
2025-07-24MIR-build: No longer emit assumes in enum-as castingScott McMurray-0/+15
This just uses the `valid_range` from the backend, so it's duplicating the range metadata that now we include on parameters and loads.