about summary refs log tree commit diff
path: root/src/test/ui/lint/dead-code/issue-85255.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-74/+0
2022-06-22Rewrite dead-code pass to avoid fetching HIR.Camille GILLOT-20/+20
2022-06-22Uniform spans in dead code lint.Camille GILLOT-6/+6
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-24/+18
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-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-12/+12
2021-05-16More tests for issue-85255hi-rustin-5/+53
2021-05-15Warn about unused pub fields in non-pub structsFabian Wolff-0/+32