We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162bc51 commit 6adfbafCopy full SHA for 6adfbaf
src/librustc/lib.rs
@@ -47,7 +47,7 @@
47
#![cfg_attr(stage0, feature(staged_api))]
48
#![cfg_attr(stage0, feature(loop_break_value))]
49
50
-#![recursion_limit="128"]
+#![recursion_limit="192"]
51
52
extern crate arena;
53
extern crate core;
0 commit comments