rust/compiler/rustc_save_analysis
Fausto 8c2353b6c1 remove find_use_placement
A more robust solution to finding where to place use suggestions was added.
The algorithm uses the AST to find the span for the suggestion so we pass this span
down to the HIR during lowering and use it.

Signed-off-by: Miguel Guarniz <mi9uel9@gmail.com>
2022-03-31 17:20:03 -04:00
..
src remove find_use_placement 2022-03-31 17:20:03 -04:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00