about summary refs log tree commit diff
path: root/tests/ui/pattern/usefulness/slice_of_empty.rs
AgeCommit message (Collapse)AuthorLines
2024-08-10Update testsNadrieril-4/+3
2024-02-23Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errorsMatthias Krüger-1/+0
mark `min_exhaustive_patterns` as complete This is step 1 and 2 of my [proposal](https://github.com/rust-lang/rust/issues/119612#issuecomment-1918097361) to move `min_exhaustive_patterns` forward. The vast majority of in-tree use cases of `exhaustive_patterns` are covered by `min_exhaustive_patterns`. There are a few cases that still require `exhaustive_patterns` in tests and they're all behind references. r? ``@ghost``
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-02-13Unmark the feature gate as incompleteNadrieril-1/+0
2024-02-08Test `min_exhaustive_patterns` in more casesNadrieril-2/+7
2023-12-09Don't warn an empty pattern unreachable if we're not sure the data is validNadrieril-3/+3
2023-10-05Fix handling slices of empty typesNadrieril-0/+22