Generated code spans now point to callsite parameters (where applicable)
This commit is contained in:
parent
9267a3a222
commit
2dcd791d46
6 changed files with 35 additions and 8 deletions
|
@ -377,7 +377,7 @@ pub enum Nonterminal {
|
|||
NtPat(P<ast::Pat>),
|
||||
NtExpr(P<ast::Expr>),
|
||||
NtTy(P<ast::Ty>),
|
||||
NtIdent(Box<ast::Ident>, IdentStyle),
|
||||
NtIdent(Box<ast::SpannedIdent>, IdentStyle),
|
||||
/// Stuff inside brackets for attributes
|
||||
NtMeta(P<ast::MetaItem>),
|
||||
NtPath(Box<ast::Path>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue