We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772292f commit 92bfa05Copy full SHA for 92bfa05
compiler/rustc_ast_passes/src/lib.rs
@@ -6,6 +6,7 @@
6
7
#![feature(bindings_after_at)]
8
#![feature(iter_is_partitioned)]
9
+#![recursion_limit = "256"]
10
11
pub mod ast_validation;
12
pub mod feature_gate;
0 commit comments