increase macro recursion limit
This commit is contained in:
parent
162bc513fb
commit
6adfbaf2d3
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
#![cfg_attr(stage0, feature(staged_api))]
|
||||
#![cfg_attr(stage0, feature(loop_break_value))]
|
||||
|
||||
#![recursion_limit="128"]
|
||||
#![recursion_limit="192"]
|
||||
|
||||
extern crate arena;
|
||||
extern crate core;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue