rust/compiler/rustc_pattern_analysis
Nadrieril c1e68860d0 Store pattern arity in DeconstructedPat
Right now this is just `self.fields.len()` but that'll change in the
next commit. `arity` will be useful for the `Debug` impl.
2024-03-11 04:37:21 +01:00
..
2024-03-09 01:14:22 +01:00