Rollup merge of #81959 - therealprof:fix-typo, r=oli-obk
Fix assosiated typo
Introduced in d3c4dbd85d
, noticed only
after the fact, sorry. 😅
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
This commit is contained in:
commit
0b7fc80e45
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ impl<'a, 'tcx> MirBorrowckCtxt<'a, 'tcx> {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Attempt to search similar mutable assosiated items for suggestion.
|
// Attempt to search similar mutable associated items for suggestion.
|
||||||
// In the future, attempt in all path but initially for RHS of for_loop
|
// In the future, attempt in all path but initially for RHS of for_loop
|
||||||
fn suggest_similar_mut_method_for_for_loop(&self, err: &mut DiagnosticBuilder<'_>) {
|
fn suggest_similar_mut_method_for_for_loop(&self, err: &mut DiagnosticBuilder<'_>) {
|
||||||
let hir = self.infcx.tcx.hir();
|
let hir = self.infcx.tcx.hir();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue