We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c6eeb commit 67c29edCopy full SHA for 67c29ed
src/librustc_ast_lowering/lib.rs
@@ -32,6 +32,7 @@
32
33
#![feature(array_value_iter)]
34
#![feature(crate_visibility_modifier)]
35
+#![recursion_limit = "256"]
36
37
use rustc::arena::Arena;
38
use rustc::dep_graph::DepGraph;
0 commit comments