rust/compiler/rustc_resolve
Matthias Krüger 0bd1cba98b
Rollup merge of #102876 - SparrowLii:import-candidate, r=fee1-dead
suggest candidates for unresolved import

Currently we prompt suggestion of candidates(help notes of `use xxx::yyy`) for names which cannot be resolved, but we don't do that for import statements themselves that couldn't be resolved. It seems reasonable to add candidate help information for these statements as well.
Fixes #102711
2022-10-10 20:47:34 +02:00
..
src Rollup merge of #102876 - SparrowLii:import-candidate, r=fee1-dead 2022-10-10 20:47:34 +02:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00