mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 03:27:17 +00:00
When encountering a name `a` that isn't resolved, but a label `'a` is found in the current ribs, only suggest `'a` if this name is the value expression of a `break` statement. Solve FIXME.