We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd12d15 commit f20f86eCopy full SHA for f20f86e
compiler/rustc_resolve/src/lib.rs
@@ -1686,7 +1686,7 @@ impl<'a> Resolver<'a> {
1686
.or_insert_with(|| self.arenas.alloc_name_resolution())
1687
}
1688
1689
- // Test if AmbiguityError ambi is any identical to any one inside ambiguity_errors
+ /// Test if AmbiguityError ambi is any identical to any one inside ambiguity_errors
1690
fn matches_previous_ambiguity_error(&mut self, ambi: &AmbiguityError<'_>) -> bool {
1691
for ambiguity_error in &self.ambiguity_errors {
1692
// if the span location and ident as well as its span are the same
0 commit comments