about summary refs log tree commit diff
path: root/tests/ui/pattern/usefulness/impl-trait.stderr
AgeCommit message (Expand)AuthorLines
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-40/+40
2025-02-21Trim suggestion part before generating highlightsMichael Goulet-2/+2
2024-11-08Get rid of check_opaque_type_well_formedMichael Goulet-28/+28
2024-09-13Add a machine-applicable suggestion to "unreachable pattern"Nadrieril-8/+32
2024-09-11Revert warning empty patterns as unreachableNadrieril-16/+16
2024-08-20Move the "matches no value" note to be a span labelNadrieril-16/+8
2024-08-19Add a note with a link to explain empty typesNadrieril-0/+8
2024-08-19Reword the "unreachable pattern" explanationsNadrieril-16/+16
2024-08-10Update testsNadrieril-16/+16
2024-07-24Explain why a given pattern is considered unreachableNadrieril-3/+24
2023-12-23Reveal empty opaques in depthNadrieril-8/+26
2023-12-20Reveal opaque types in exhaustiveness checkingNadrieril-4/+34
2023-12-20Add testsNadrieril-0/+71