about summary refs log tree commit diff
path: root/src/test/ui/union/union-fields-1.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-35/+0
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-4/+4
add comments in `store_dead_field_or_variant` support multiple log level add a item ident label fix ui tests fix a ui test fix a rustdoc ui test use let chain refactor: remove `store_dead_field_or_variant` fix a tiny bug
2021-07-09Check for union field accesses in THIR unsafeckSmitty-0/+3
2019-11-16Use "field is never read" instead of "field is never used"cosine-4/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-0/+42