about summary refs log tree commit diff
path: root/src/test/ui/unsafe/union.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-53/+0
2022-07-13remove untagged_union feature gateRalf Jung-2/+2
2022-03-21Don't run UB in test suiteSmitty-44/+17
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.
2021-07-09Check for union field accesses in THIR unsafeckSmitty-0/+80