diff --git a/compiler/rustc_hir_typeck/src/lib.rs b/compiler/rustc_hir_typeck/src/lib.rs index cbff5e8820489..e862d577573b4 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;