De-share ast::Ty
This commit is contained in:
parent
46a1f54666
commit
47eca2113c
26 changed files with 256 additions and 255 deletions
|
@ -104,7 +104,7 @@ pub enum nonterminal {
|
|||
nt_stmt(@ast::stmt),
|
||||
nt_pat( @ast::pat),
|
||||
nt_expr(@ast::expr),
|
||||
nt_ty( @ast::Ty),
|
||||
nt_ty( ast::Ty),
|
||||
nt_ident(ast::ident, bool),
|
||||
nt_path( ast::Path),
|
||||
nt_tt( @ast::token_tree), //needs @ed to break a circularity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue