AssocImplKind::{Method -> Fn}
.
This commit is contained in:
parent
abf2e7aa95
commit
e52f902a8a
16 changed files with 31 additions and 35 deletions
|
@ -1634,8 +1634,7 @@ pub enum AssocItemKind {
|
|||
Const(P<Ty>, Option<P<Expr>>),
|
||||
|
||||
/// An associated function.
|
||||
/// FIXME(Centril): Rename to `Fn`.
|
||||
Method(FnSig, Option<P<Block>>),
|
||||
Fn(FnSig, Option<P<Block>>),
|
||||
|
||||
/// An associated type.
|
||||
TyAlias(GenericBounds, Option<P<Ty>>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue