TraitItemKind::Type
-> TraitItemKind::TyAlias
.
This commit is contained in:
parent
f6403c6c76
commit
c02fd31302
11 changed files with 13 additions and 13 deletions
|
@ -1613,7 +1613,7 @@ pub type TraitItem = ImplItem<TraitItemKind>;
|
|||
pub enum TraitItemKind {
|
||||
Const(P<Ty>, Option<P<Expr>>),
|
||||
Method(FnSig, Option<P<Block>>),
|
||||
Type(GenericBounds, Option<P<Ty>>),
|
||||
TyAlias(GenericBounds, Option<P<Ty>>),
|
||||
Macro(Mac),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue