mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
267f40dbb4
Within a binding pattern match guard, only real reads of a bound local impact its liveness analysis - not the fake read that is injected.