Rename ItemImplKind::Type
to ItemImplKind::TyAlias
This commit is contained in:
parent
8aa45c65d8
commit
63659ca9f6
28 changed files with 36 additions and 35 deletions
|
@ -1508,7 +1508,7 @@ pub struct ImplItem {
|
|||
pub enum ImplItemKind {
|
||||
Const(P<Ty>, P<Expr>),
|
||||
Method(MethodSig, P<Block>),
|
||||
Type(P<Ty>),
|
||||
TyAlias(P<Ty>),
|
||||
OpaqueTy(GenericBounds),
|
||||
Macro(Mac),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue