mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
c03f8917ee
Add `never_patterns` feature gate This PR adds the feature gate and most basic parsing for the experimental `never_patterns` feature. See the tracking issue (https://github.com/rust-lang/rust/issues/118155) for details on the experiment. `@scottmcm` has agreed to be my lang-team liaison for this experiment.