diff options
| -rw-r--r-- | compiler/rustc_hir_typeck/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_hir_typeck/src/lib.rs b/compiler/rustc_hir_typeck/src/lib.rs index cbff5e88204..e862d577573 100644 --- a/compiler/rustc_hir_typeck/src/lib.rs +++ b/compiler/rustc_hir_typeck/src/lib.rs @@ -6,6 +6,7 @@ #![feature(control_flow_enum)] #![feature(drain_filter)] #![allow(rustc::potential_query_instability)] +#![recursion_limit = "256"] #[macro_use] extern crate tracing; |
