diff options
| author | John Clements <clements@racket-lang.org> | 2014-06-27 16:11:18 -0700 |
|---|---|---|
| committer | John Clements <clements@racket-lang.org> | 2014-06-27 22:14:22 -0700 |
| commit | 04ced031ad52cfa33f30dbd55f72aff1d95813a3 (patch) | |
| tree | 918dafeeff79d05d28e5e7d9b0f7fb09e725fbdc /src/libsyntax/parse | |
| parent | e3361bcbc259cf25b21e9ae50701d9030ad1f513 (diff) | |
| download | rust-04ced031ad52cfa33f30dbd55f72aff1d95813a3.tar.gz rust-04ced031ad52cfa33f30dbd55f72aff1d95813a3.zip | |
comments only
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/token.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index 9549d5b8389..a93e8270d98 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -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>), |
