comments only

This commit is contained in:
John Clements
2014-06-27 16:11:18 -07:00
parent e3361bcbc2
commit 04ced031ad
2 changed files with 3 additions and 1 deletions

View File

@@ -114,6 +114,7 @@ pub enum Nonterminal {
NtPat( Gc<ast::Pat>),
NtExpr(Gc<ast::Expr>),
NtTy( P<ast::Ty>),
// see IDENT, above, for meaning of bool in NtIdent:
NtIdent(Box<ast::Ident>, bool),
NtMeta(Gc<ast::MetaItem>), // stuff inside brackets for attributes
NtPath(Box<ast::Path>),