rust/compiler/rustc_resolve/src
Matthias Krüger 51287f264c
Rollup merge of #103927 - fee1-dead-contrib:E0425-no-typo-when-pattern-matching, r=cjgillot
Do not make typo suggestions when suggesting pattern matching

Fixes #103909.
2022-11-05 18:06:06 +01:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Do not make typo suggestions when suggesting pattern matching 2022-11-05 15:33:25 +00: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: Turn the binding from #[macro_export] into a proper Import 2022-10-31 21:25:00 +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 Rollup merge of #103706 - zbyrn:issue-101637-fix, r=estebank 2022-11-01 14:12:26 +05:30
lib.rs Rollup merge of #103760 - petrochenkov:macimp, r=cjgillot 2022-11-01 22:01:36 +05:30
macros.rs fix span for suggestion 2022-10-20 11:55:30 +08:00