Increase TOKEN_LIMIT for hir-expand
This commit is contained in:
parent
0790356a0c
commit
0590422812
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ type MacroArgResult = (Arc<tt::Subtree>, SyntaxFixupUndoInfo, Span);
|
|||
/// an error will be emitted.
|
||||
///
|
||||
/// Actual max for `analysis-stats .` at some point: 30672.
|
||||
static TOKEN_LIMIT: Limit = Limit::new(1_048_576);
|
||||
static TOKEN_LIMIT: Limit = Limit::new(2_097_152);
|
||||
|
||||
#[derive(Debug, Clone, Eq, PartialEq)]
|
||||
pub enum TokenExpander {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue