rust/compiler/rustc_resolve/src
Manish Goregaokar f00897e2f4
Rollup merge of #103531 - chenyukang:yukang/fix-103474, r=estebank
Suggest calling the instance method of the same name when method not found

Fixes #103474
2022-11-11 12:12:30 -05:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Rollup merge of #103531 - chenyukang:yukang/fix-103474, r=estebank 2022-11-11 12:12:30 -05:00
build_reduced_graph.rs resolve: Turn the binding from #[macro_export] into a proper Import 2022-10-31 21:25:00 +04:00
check_unused.rs resolve: Not all imports have their own NodeId 2022-10-31 20:25:27 +04:00
def_collector.rs Rename AssocItemKind::TyAlias to AssocItemKind::Type 2022-10-10 02:31:37 +00:00
diagnostics.rs Rollup merge of #103760 - petrochenkov:macimp, r=cjgillot 2022-11-01 22:01:36 +05:30
effective_visibilities.rs resolve: Fill effective visibilities for import def ids in a separate pass 2022-11-05 17:55:20 +04:00
ident.rs Rollup merge of #103760 - petrochenkov:macimp, r=cjgillot 2022-11-01 22:01:36 +05:30
imports.rs Rollup merge of #103953 - TaKO8Ki:remove-unused-arg-from-throw_unresolved_import_error, r=oli-obk 2022-11-04 12:18:03 +01:00
late.rs add 'is_assign_rhs' to avoid weird suggesting 'let' 2022-11-10 00:43:12 +08:00
lib.rs resolve: More detailed effective visibility tracking for imports 2022-11-05 15:46:22 +04:00
macros.rs fix span for suggestion 2022-10-20 11:55:30 +08:00