about summary refs log tree commit diff
path: root/src/test/ui/pattern/usefulness/doc-hidden-non-exhaustive.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-102/+0
2022-12-13Avoid rendering empty annotationsOli Scherer-1/+3
2022-12-13Don't emit empty notesOli Scherer-2/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-5/+2
2022-09-03Include enum path in variant suggestionMichael Goulet-12/+12
2022-07-01Shorten def_span for more items.Camille GILLOT-32/+17
2022-03-12Fix rebase conflicts with stderr filesDevin Ragotzy-28/+73
2022-03-12Only filter doc(hidden) fields/variants when not crate localDevin Ragotzy-5/+23
2022-03-12Update output for doc hidden usefulness ui test outputDevin Ragotzy-62/+20
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-4/+4
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-15/+44
2022-03-08When finding a match expr with multiple arms that requires more, suggest itEsteban Kuber-3/+15
2022-03-08When finding a match expr with a single arm that requires more, suggest itEsteban Kuber-1/+5
2022-03-08When encountering a match expr with no arms, suggest itEsteban Kuber-4/+4
2021-10-12Filter unstable and doc hidden variants in usefulness checkingDevin Ragotzy-0/+54