rust/compiler/rustc_pattern_analysis/src
Sekar-C-Mca 65c10702bd Fix typo in pattern usefulness documentation
Line 171 introduced `pt_1, .., pt_n` and `qt` as variable names, but
line 172 incorrectly used `tp_1, .., tp_n, tq`. This commit fixes the
inconsistency to use the correct variable names throughout.
2026-01-03 22:46:09 +05:30
..
rustc clean up witness printing for tuple-like constructors 2025-08-10 16:34:11 -07:00
checks.rs always check for mixed deref pattern and normal constructors 2025-07-04 23:47:31 -07:00
constructor.rs In rustc_pattern_analysis, put true witnesses before false witnesses 2025-07-28 02:01:39 +03:00
errors.rs error early when mixing deref patterns with normal constructors 2025-05-06 18:53:55 -07:00
lib.rs change non-canonical clone impl to {*self}, fix some doc comments 2025-12-20 13:46:22 +00:00
lints.rs Remove LintExpectationId from Level variants 2025-04-03 09:22:21 +00:00
pat.rs change non-canonical clone impl to {*self}, fix some doc comments 2025-12-20 13:46:22 +00:00
pat_column.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
rustc.rs Make ValTree recurse through ty::Const 2025-12-23 13:54:59 +00:00
usefulness.rs Fix typo in pattern usefulness documentation 2026-01-03 22:46:09 +05:30