1
Fork 0
rust/compiler/rustc_resolve/src
Matthias Krüger 2cace6aa5d
Rollup merge of #105769 - lyming2007:issue-105177-fix, r=eholk
add function to tell the identical errors for ambiguity_errors

if 2 errors of the kind and ident and span of the ident, b1, b2 and misc1 misc2 are the same we call these 2 ambiguity errors identical
prevent identical ambiguity error from pushing into vector of ambiguity_errors this will fix #105177
2022-12-22 11:03:50 +01:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late use &str / String literals instead of format!() 2022-12-18 16:17:46 +01:00
build_reduced_graph.rs don't restuct references just to reborrow 2022-12-18 17:04:32 +01:00
check_unused.rs resolve: Not all imports have their own NodeId 2022-10-31 20:25:27 +04:00
def_collector.rs rustc_ast_lowering: Stop lowering imports into multiple items 2022-12-01 18:51:20 +03:00
diagnostics.rs Fold Definitions into the untracked data 2022-12-09 14:59:39 +00:00
effective_visibilities.rs Fold Definitions into the untracked data 2022-12-09 14:59:39 +00:00
errors.rs migrating rustc_resolve to SessionDiagnostic. work in progress. start 2022-11-13 19:39:26 +05:30
ident.rs Rollup merge of #103760 - petrochenkov:macimp, r=cjgillot 2022-11-01 22:01:36 +05:30
imports.rs Move the untracked cstore and source_span into a struct 2022-12-09 14:53:24 +00:00
late.rs Rollup merge of #104864 - chenyukang:yukang/fix-104700-binding, r=estebank 2022-12-13 01:17:08 +01:00
lib.rs Rollup merge of #105769 - lyming2007:issue-105177-fix, r=eholk 2022-12-22 11:03:50 +01:00
macros.rs Move the untracked cstore and source_span into a struct 2022-12-09 14:53:24 +00:00