Skip to content

Commit 0ae18a1

Browse files
committed
bump up the recursion limit
1 parent 165cbce commit 0ae18a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
#![cfg_attr(stage0, feature(const_fn))]
6161
#![cfg_attr(not(stage0), feature(const_atomic_bool_new))]
6262

63-
#![recursion_limit="256"]
63+
#![recursion_limit="512"]
6464

6565
extern crate arena;
6666
#[macro_use] extern crate bitflags;

0 commit comments

Comments
 (0)