rust/compiler/rustc_resolve/src
Matthias Krüger 0bd1cba98b
Rollup merge of - 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 
2022-10-10 20:47:34 +02:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Rollup merge of - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki 2022-10-10 13:43:43 +05:30
access_levels.rs resolve: Set effective visibilities for imports more precisely 2022-09-22 15:00:24 +03:00
build_reduced_graph.rs Rename AssocItemKind::TyAlias to AssocItemKind::Type 2022-10-10 02:31:37 +00:00
check_unused.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
def_collector.rs Rename AssocItemKind::TyAlias to AssocItemKind::Type 2022-10-10 02:31:37 +00:00
diagnostics.rs suggest candidates for unresolved import 2022-10-10 11:14:32 +08:00
ident.rs Shrink hir::def::Res. 2022-09-29 08:44:52 +10:00
imports.rs suggest candidates for unresolved import 2022-10-10 11:14:32 +08:00
late.rs Rename AssocItemKind::TyAlias to AssocItemKind::Type 2022-10-10 02:31:37 +00:00
lib.rs Delay function resolution error until typeck 2022-10-05 06:42:35 +00:00
macros.rs Fix a bunch of typo 2022-08-31 18:24:55 +08:00