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 e75e2f8 commit 4f36942Copy full SHA for 4f36942
crates/hir-expand/src/db.rs
@@ -25,7 +25,7 @@ use crate::{
25
/// an error will be emitted.
26
///
27
/// Actual max for `analysis-stats .` at some point: 30672.
28
-static TOKEN_LIMIT: Limit = Limit::new(524_288);
+static TOKEN_LIMIT: Limit = Limit::new(1_048_576);
29
30
#[derive(Debug, Clone, Eq, PartialEq)]
31
pub enum TokenExpander {
0 commit comments