rust/compiler/rustc_resolve
Esteban Küber a701ff981d Suggest 'a when given a only when appropriate
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.
2021-01-21 21:41:46 -08:00
..
src Suggest 'a when given a only when appropriate 2021-01-21 21:41:46 -08:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00