mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 02:33:55 +00:00
increase macro recursion limit
This commit is contained in:
parent
162bc513fb
commit
6adfbaf2d3
@ -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…
Reference in New Issue
Block a user