1
Fork 0
rust/compiler/rustc_ast_pretty/src
Matthias Krüger c03f8917ee
Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors
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.
2023-11-29 12:34:47 +01:00
..
pp Remove or downgrade unnecessary pub visibility markers. 2023-11-22 08:13:21 +11:00
pprust Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors 2023-11-29 12:34:47 +01:00
helpers.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
lib.rs Remove unneeded features. 2023-11-22 08:13:21 +11:00
pp.rs Remove or downgrade unnecessary pub visibility markers. 2023-11-22 08:13:21 +11:00