about summary refs log tree commit diff
path: root/src/test/ui/consts/match_ice.stderr
AgeCommit message (Expand)AuthorLines
2020-09-23Make sure we keep emitting a hard errorOliver Scherer-11/+1
2020-09-23Make sure we report a future incompat error in all casesOliver Scherer-3/+3
2020-09-23Make sure we don't hide errors just because a lint has been emittedOliver Scherer-12/+5
2020-09-20Use precise errors during const to pat conversion instead of a catch-all on t...Oliver Scherer-3/+20
2020-09-20Implement destructuring for all aggregates and for referencesOliver Scherer-20/+1
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+1
2020-01-09Update testsVadim Petrochenkov-2/+8
2019-09-09check_match: refactor + improve non-exhaustive diag for default binding modes.Mazdak Farrokhzad-0/+3
2019-04-22Fix ICE related to #53708Esteban Küber-11/+11
2019-04-22Never stop due to errors before borrow checkingEsteban Küber-3/+9
2019-03-11Update testsVadim Petrochenkov-1/+1
2019-03-02Point at enum definition when match patterns are not exhaustiveEsteban Küber-0/+2
2019-01-22Add regression testOliver Scherer-0/+9