rust/compiler/rustc_save_analysis/src
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
..
dump_visitor.rs remove find_use_placement 2022-03-31 17:20:03 -04:00
dumper.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs remove find_use_placement 2022-03-31 17:20:03 -04:00
sig.rs resolve: Fix incorrect results of opt_def_kind query for some built-in macros 2022-02-24 22:54:36 +03:00
span_utils.rs Include (potentially remapped) working dir in crate hash 2021-08-15 15:17:37 -05:00