We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165cbce commit 0ae18a1Copy full SHA for 0ae18a1
src/librustc/lib.rs
@@ -60,7 +60,7 @@
60
#![cfg_attr(stage0, feature(const_fn))]
61
#![cfg_attr(not(stage0), feature(const_atomic_bool_new))]
62
63
-#![recursion_limit="256"]
+#![recursion_limit="512"]
64
65
extern crate arena;
66
#[macro_use] extern crate bitflags;
0 commit comments