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.
1 parent 3ddfb0d commit cfa5df1Copy full SHA for cfa5df1
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