mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
5ebf74851d
Stabilise feature(never_type). Introduce feature(exhaustive_patterns) This stabilizes `!`, removing the feature gate as well as the old defaulting-to-`()` behavior. The pattern exhaustiveness checks which were covered by `feature(never_type)` have been moved behind a new `feature(exhaustive_patterns)` gate.