rust/compiler/rustc_pattern_analysis
Zalathar a245bfa617 Simplify hoisting of array/slice patterns
We can replace some tricky iterator-mutation code with a much simpler version
that uses `while let` to shrink a slice.

We also check whether a subpattern would be a wildcard _before_ hoisting it,
which will be very useful when trying to get rid of `print::PatKind` later.
2024-08-07 21:44:52 +10:00
..
src Simplify hoisting of array/slice patterns 2024-08-07 21:44:52 +10:00
tests Reformat use declarations. 2024-07-29 08:26:52 +10:00
Cargo.toml bump tracing-tree to 0.3 2024-03-30 17:39:43 +03:00
messages.ftl Lint small gaps between ranges 2024-03-09 01:14:22 +01:00