summary refs log tree commit diff
path: root/src/test/ui/pattern/usefulness/match-byte-array-patterns-2.stderr
AgeCommit message (Expand)AuthorLines
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-2/+2
2022-03-08When finding a match expr with a single arm that requires more, suggest itEsteban Kuber-2/+10
2022-03-08When encountering a match expr with no arms, suggest itEsteban Kuber-2/+2
2020-11-17Fix exhaustiveness in case a byte string literal is used at slice typeoli-2/+2
2020-10-18Destructure byte array constants to array patterns instead of keeping them op...Oliver Scherer-2/+2
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-2/+2
2020-06-13Prefer the associated consts for pattern matching errorLzu Tao-2/+2
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+2
2019-11-21Use appropriate constructor for const slicesNadrieril-4/+4
2019-11-16Introduce new FixedLenSlice constructorNadrieril-2/+2
2019-11-05Make exhaustiveness error message more consistent for slice patternsNadrieril-2/+2
2019-11-05Don't use max_slice_length when subtracting from VarLenSliceNadrieril-2/+2
2019-10-27Gather together usefulness testsNadrieril-0/+19