about summary refs log tree commit diff
path: root/src/test/ui/unsafe/union-modification.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-37/+0
2022-07-13remove untagged_union feature gateRalf Jung-2/+0
2022-03-21Don't run UB in test suiteSmitty-0/+39
This splits ui/unsafe/union.rs to make it so only the non-UB parts are run. It also means we can do more testing of the location of error messages.