about summary refs log tree commit diff
path: root/src/test/ui/derives/clone-debug-dead-code.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-54/+0
2022-06-22Uniform spans in dead code lint.Camille GILLOT-5/+5
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-10/+20
2022-06-02don't use a `span_note` for ignored implslcnr-18/+3
2022-01-15Use span of ignored impls for explanatory noteFabian Wolff-12/+15
2022-01-11Annotate dead code lint with notes about ignored derived implsFabian Wolff-0/+18
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+38