bump up the recursion limit
This commit is contained in:
parent
165cbce1cc
commit
0ae18a18b4
@ -60,7 +60,7 @@
|
||||
#![cfg_attr(stage0, feature(const_fn))]
|
||||
#![cfg_attr(not(stage0), feature(const_atomic_bool_new))]
|
||||
|
||||
#![recursion_limit="256"]
|
||||
#![recursion_limit="512"]
|
||||
|
||||
extern crate arena;
|
||||
#[macro_use] extern crate bitflags;
|
||||
|
Loading…
Reference in New Issue
Block a user