rust/compiler/rustc_pattern_analysis/src
Stuart Cook 82df6229b6
Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk
Add new `PatKind::Missing` variants

To avoid some ugly uses of `kw::Empty` when handling "missing" patterns, e.g. in bare fn tys. Helps with #137978. Details in the individual commits.

r? ``@oli-obk``
2025-04-07 22:29:17 +10:00
..
rustc compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
constructor.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
errors.rs Encapsulate the printing of WitnessPat 2024-07-29 14:56:50 +10:00
lib.rs Use -Wunused_crate_dependencies for compiler crates. 2025-03-20 08:59:43 +11:00
lints.rs Remove LintExpectationId from Level variants 2025-04-03 09:22:21 +00:00
pat_column.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
pat.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
rustc.rs Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk 2025-04-07 22:29:17 +10:00
usefulness.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00