rust/compiler/rustc_mir_build
est31 eab41a136a Suppress irrefutable let patterns lint for prefixes in match guards
In match guards, irrefutable prefixes might use the bindings created
by the match pattern. Ideally, we check for this, but we can do the
next best thing and just not lint for irrefutable prefixes in match
guards.
2022-10-14 02:16:40 +02:00
..
src Suppress irrefutable let patterns lint for prefixes in match guards 2022-10-14 02:16:40 +02:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00