Skip to content

Commit f20f86e

Browse files
authored
Change comment to doc comment
1 parent bd12d15 commit f20f86e

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_resolve/src

1 file changed

+1
-1
lines changed

compiler/rustc_resolve/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,7 @@ impl<'a> Resolver<'a> {
16861686
.or_insert_with(|| self.arenas.alloc_name_resolution())
16871687
}
16881688

1689-
// Test if AmbiguityError ambi is any identical to any one inside ambiguity_errors
1689+
/// Test if AmbiguityError ambi is any identical to any one inside ambiguity_errors
16901690
fn matches_previous_ambiguity_error(&mut self, ambi: &AmbiguityError<'_>) -> bool {
16911691
for ambiguity_error in &self.ambiguity_errors {
16921692
// if the span location and ident as well as its span are the same

0 commit comments

Comments
 (0)