From 881a2fefdb28a2d5950e03cdc7ba4c165f669680 Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Tue, 14 May 2019 22:39:56 -0700 Subject: [PATCH] Fix build error caused by rust-lang/rust#60444 --- tests/parse.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/parse.rs b/tests/parse.rs index 8d6b7d6..d28fbca 100644 --- a/tests/parse.rs +++ b/tests/parse.rs @@ -1,3 +1,5 @@ +#![recursion_limit="128"] + extern crate conch_parser; use conch_parser::ast::builder::*;