mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-21 04:17:35 +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.