diff options
Diffstat (limited to 'src/libsyntax/ast.rs')
| -rw-r--r-- | src/libsyntax/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index c8fb19f9eb5..8a197baa882 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -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), } |
