summary refs log tree commit diff
path: root/src/test/ui/pattern/usefulness/match-privately-empty.stderr
AgeCommit message (Expand)AuthorLines
2022-07-01Shorten def_span for more items.Camille GILLOT-9/+5
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-1/+1
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-4/+11
2022-03-08When finding a match expr with multiple arms that requires more, suggest itEsteban Kuber-1/+5
2022-03-08When encountering a match expr with no arms, suggest itEsteban Kuber-1/+1
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-1/+1
2020-07-27mv std libs to library/mark-1/+1
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-1/+1
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+1
2020-03-23Ignore tests on some platforms due to #53081Aaron Hill-1/+1
2020-03-22Store idents for `DefPathData` into crate metadataAaron Hill-0/+5
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-1/+1
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-1/+1
2019-10-27Gather together usefulness testsNadrieril-0/+11