rust/tests/ui/rfcs/rfc-2008-non-exhaustive/uninhabited
Matthias Krüger 26cb6c7287
Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors
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-23 17:02:03 +01:00
..
auxiliary
coercions.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
coercions.stderr
coercions_same_crate.rs
coercions_same_crate.stderr
indirect_match.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
indirect_match.stderr
indirect_match_same_crate.rs
indirect_match_same_crate.stderr
indirect_match_with_exhaustive_patterns.rs Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors 2024-02-23 17:02:03 +01:00
indirect_match_with_exhaustive_patterns.stderr
indirect_match_with_exhaustive_patterns_same_crate.rs Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors 2024-02-23 17:02:03 +01:00
issue-65157-repeated-match-arm.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-65157-repeated-match-arm.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
match.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
match.stderr
match_same_crate.rs
match_same_crate.stderr
match_with_exhaustive_patterns.rs Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors 2024-02-23 17:02:03 +01:00
match_with_exhaustive_patterns.stderr
match_with_exhaustive_patterns_same_crate.rs Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors 2024-02-23 17:02:03 +01:00
patterns.rs Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors 2024-02-23 17:02:03 +01:00
patterns_same_crate.rs Prefer `min_exhaustive_patterns` in tests 2024-02-13 16:45:53 +01:00
patterns_same_crate.stderr