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 19508b4 commit 829d9d3Copy full SHA for 829d9d3
crates/hir_expand/src/db.rs
@@ -17,7 +17,7 @@ use crate::{
17
///
18
/// If an invocation produces more tokens than this limit, it will not be stored in the database and
19
/// an error will be emitted.
20
-const TOKEN_LIMIT: usize = 0x80000;
+const TOKEN_LIMIT: usize = 524288;
21
22
#[derive(Debug, Clone, Eq, PartialEq)]
23
pub enum TokenExpander {
0 commit comments