rust/compiler/rustc_pattern_analysis/src
Jonathan Brouwer 65d982abd8
Rollup merge of #152469 - mu001999-contrib:cleanup/unused-features, r=nadrieril,jdonszelmann
Remove unused features

Detected by https://github.com/rust-lang/rust/pull/152164.

~~Only allow `unused_features` if there are complex platform-specific features enabled.~~
2026-02-13 13:34:58 +01:00
..
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 Convert some impl Subdiagnostics to derives 2026-02-11 19:45:04 +01:00
lib.rs Remove unused features in compiler 2026-02-13 09:25:39 +08: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 refactor: remove Ty::pinned_ref in favor of Ty::maybe_pinned_ref 2026-01-30 14:22:41 +08:00
usefulness.rs Fix typo in pattern usefulness documentation 2026-01-03 22:46:09 +05:30