We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdbe025 + 4f36942 commit 15fb082Copy full SHA for 15fb082
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