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 6bada23 commit 72f96d9Copy full SHA for 72f96d9
compiler/rustc_hir/src/hir.rs
@@ -4557,7 +4557,7 @@ pub struct TraitCandidate {
4557
pub import_ids: SmallVec<[LocalDefId; 1]>,
4558
// Indicates whether this trait candidate is ambiguously glob imported
4559
// in it's scope. Related to the AMBIGUOUS_GLOB_IMPORTED_TRAIT lint.
4560
- // If this is set to true and the trait is used as a result of methdo lookup, this
+ // If this is set to true and the trait is used as a result of method lookup, this
4561
// lint is thrown.
4562
pub lint_ambiguous: bool,
4563
}
0 commit comments