1
Fork 0
rust/compiler/rustc_pattern_analysis/src
Zalathar db05b0fd34 Encapsulate the printing of WitnessPat
This hides the fact that we print `WitnessPat` by converting it to `thir::Pat`
and then printing that.
2024-07-29 14:56:50 +10:00
..
constructor.rs Avoid ref when using format! in compiler 2024-07-19 14:52:07 -04:00
errors.rs Encapsulate the printing of WitnessPat 2024-07-29 14:56:50 +10:00
lib.rs Move rustc-specific entrypoint to the rustc module 2024-07-24 08:02:55 +02:00
lints.rs Remove LintDiagnostic::msg 2024-05-23 04:08:35 +02:00
pat.rs Explain why a given pattern is considered unreachable 2024-07-24 08:02:55 +02:00
pat_column.rs Rename TypeCx -> PatCx 2024-03-13 13:56:38 +01:00
rustc.rs Encapsulate the printing of WitnessPat 2024-07-29 14:56:50 +10:00
usefulness.rs Explain why a given pattern is considered unreachable 2024-07-24 08:02:55 +02:00