rust/tests/ui/rfcs/rfc-2008-non-exhaustive
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
improper_ctypes
uninhabited
borrowck-exhaustive.rs
borrowck-non-exhaustive.rs
borrowck-non-exhaustive.stderr
enum-as-cast.rs
enum-as-cast.stderr
enum.rs
enum.stderr
enum_same_crate.rs
enum_same_crate_empty_match.rs
enum_same_crate_empty_match.stderr
invalid-attribute.rs
invalid-attribute.stderr
omitted-patterns-dont-lint-on-arm.lint.stderr
omitted-patterns-dont-lint-on-arm.normal.stderr
omitted-patterns-dont-lint-on-arm.rs
omitted-patterns.rs
omitted-patterns.stderr
stable-omitted-patterns.rs
stable-omitted-patterns.stderr
struct.rs
struct.stderr
structs_same_crate.rs
variant.rs
variant.stderr
variants_fictive_visibility.rs
variants_same_crate.rs