Skip to content

Commit 6adfbaf

Browse files
committed
increase macro recursion limit
1 parent 162bc51 commit 6adfbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#![cfg_attr(stage0, feature(staged_api))]
4848
#![cfg_attr(stage0, feature(loop_break_value))]
4949

50-
#![recursion_limit="128"]
50+
#![recursion_limit="192"]
5151

5252
extern crate arena;
5353
extern crate core;

0 commit comments

Comments
 (0)