We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 788e6b5 + cfa5df1 commit 687b72cCopy full SHA for 687b72c
crates/hir-expand/src/db.rs
@@ -35,7 +35,7 @@ type MacroArgResult = (Arc<tt::Subtree>, SyntaxFixupUndoInfo, Span);
35
/// an error will be emitted.
36
///
37
/// Actual max for `analysis-stats .` at some point: 30672.
38
-static TOKEN_LIMIT: Limit = Limit::new(1_048_576);
+static TOKEN_LIMIT: Limit = Limit::new(2_097_152);
39
40
#[derive(Debug, Clone, Eq, PartialEq)]
41
pub enum TokenExpander {
0 commit comments