path -> Path
This commit is contained in:
parent
5d01f649b4
commit
48e7bda826
21 changed files with 92 additions and 92 deletions
|
@ -113,7 +113,7 @@ pub enum nonterminal {
|
|||
nt_expr(@ast::expr),
|
||||
nt_ty( @ast::Ty),
|
||||
nt_ident(ast::ident, bool),
|
||||
nt_path(@ast::path),
|
||||
nt_path(@ast::Path),
|
||||
nt_tt( @ast::token_tree), //needs @ed to break a circularity
|
||||
nt_matchers(~[ast::matcher])
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue