refactor parse_token_trees to not return unmatched_delims
This commit is contained in:
parent
88de2e1115
commit
f808877bbf
4 changed files with 29 additions and 30 deletions
|
@ -19,9 +19,9 @@ use crate::errors::{
|
|||
};
|
||||
|
||||
use crate::fluent_generated as fluent;
|
||||
use rustc_ast as ast;
|
||||
use crate::parser;
|
||||
use crate::lexer::UnmatchedDelim;
|
||||
use crate::parser;
|
||||
use rustc_ast as ast;
|
||||
use rustc_ast::ptr::P;
|
||||
use rustc_ast::token::{self, Delimiter, Lit, LitKind, TokenKind};
|
||||
use rustc_ast::util::parser::AssocOp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue