Files
rust/compiler
Alan Egerton 1087b41a83 Fix missing unused_variables lint when using a match guard
Within a binding pattern match guard, only real reads of a bound local
impact its liveness analysis - not the fake read that is injected.

(cherry picked from commit 5aba6b1635)
2026-02-12 09:06:20 -08:00
..
2026-01-12 08:07:23 +01:00
2025-10-12 08:08:30 +00:00
2026-01-08 13:37:34 +11:00