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 116653f commit d4abd2bCopy full SHA for d4abd2b
src/parser/mod.rs
@@ -195,7 +195,7 @@ impl fmt::Display for ParserError {
195
impl std::error::Error for ParserError {}
196
197
// By default, allow expressions up to this deep before erroring
198
-const DEFAULT_REMAINING_DEPTH: usize = 50;
+const DEFAULT_REMAINING_DEPTH: usize = 48;
199
200
/// Composite types declarations using angle brackets syntax can be arbitrary
201
/// nested such that the following declaration is possible:
0 commit comments