Implement edition-based macro pat feature
This commit is contained in:
parent
2987785df3
commit
40bf3c0f09
12 changed files with 151 additions and 76 deletions
|
@ -12,7 +12,6 @@ mod ty;
|
|||
use crate::lexer::UnmatchedBrace;
|
||||
pub use diagnostics::AttemptLocalParseRecovery;
|
||||
use diagnostics::Error;
|
||||
pub use pat::OrPatNonterminalMode;
|
||||
pub use path::PathStyle;
|
||||
|
||||
use rustc_ast::ptr::P;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue