mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
26cb6c7287
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`` |
||
---|---|---|
.. | ||
diverging-guard.rs | ||
exhaustive-wo-nevertype-issue-51221.rs | ||
issue-107505.rs | ||
privately-uninhabited-dead-code.rs | ||
privately-uninhabited-mir-call.rs | ||
privately-uninhabited-mir-call.stderr | ||
projection.rs | ||
uninhabited-enum-cast.rs | ||
uninhabited-irrefutable.exhaustive_patterns.stderr | ||
uninhabited-irrefutable.min_exhaustive_patterns.stderr | ||
uninhabited-irrefutable.rs | ||
uninhabited-matches-feature-gated.rs | ||
uninhabited-matches-feature-gated.stderr | ||
uninhabited-patterns.rs | ||
uninhabited-patterns.stderr |