rust/compiler/rustc_mir_build/src/thir/pattern
lcnr 791ce0b7b5 remove some trait solver helpers
they add more complexity then they are worth. It's confusing
which of these helpers should be used in which context.
2023-03-21 09:57:20 +01:00
..
check_match.rs Auto merge of #107328 - matthiaskrgr:rollup-lfqwo0o, r=matthiaskrgr 2023-01-26 15:58:08 +00:00
const_to_pat.rs remove some trait solver helpers 2023-03-21 09:57:20 +01:00
deconstruct_pat.rs if $c:expr { Some($r:expr) } else { None } =>> $c.then(|| $r) 2023-02-16 15:26:00 +00:00
mod.rs rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00
usefulness.rs Migrate pattern matching 2023-01-11 14:40:02 -08:00