Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Fix build error caused by rust-lang/rust#60444
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov committed May 15, 2019
1 parent e634ac1 commit 881a2fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/parse.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![recursion_limit="128"]

extern crate conch_parser;

use conch_parser::ast::builder::*;
Expand Down

0 comments on commit 881a2fe

Please sign in to comment.