We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b076f03 commit 8eb2b75Copy full SHA for 8eb2b75
compiler/rustc_hir_typeck/src/lib.rs
@@ -6,6 +6,7 @@
6
#![feature(control_flow_enum)]
7
#![feature(drain_filter)]
8
#![allow(rustc::potential_query_instability)]
9
+#![recursion_limit = "256"]
10
11
#[macro_use]
12
extern crate tracing;
0 commit comments