We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ad1ab commit b9aef25Copy full SHA for b9aef25
src/librustc_hir/hir.rs
@@ -1897,7 +1897,7 @@ pub enum ImplItemKind<'hir> {
1897
/// An associated constant of the given type, set to the constant result
1898
/// of the expression.
1899
Const(&'hir Ty<'hir>, BodyId),
1900
- /// A method implementation with the given signature and body.
+ /// An associated function implementation with the given signature and body.
1901
Fn(FnSig<'hir>, BodyId),
1902
/// An associated type.
1903
TyAlias(&'hir Ty<'hir>),
0 commit comments