about summary refs log tree commit diff
path: root/src/test/ui/derives/clone-debug-dead-code-in-the-same-struct.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-24/+0
2022-10-24Port `dead_code` lints to be translatable.Charles Lew-1/+1
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-06-22Uniform spans in dead code lint.Camille GILLOT-4/+4
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-20/+11
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
2022-06-19emit only one note per unused struct fieldTakayuki Maeda-0/+33