Skip to content

Commit 8eb2b75

Browse files
committed
add increased recursion limit
1 parent b076f03 commit 8eb2b75

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_hir_typeck/src

1 file changed

+1
-0
lines changed

Diff for: compiler/rustc_hir_typeck/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#![feature(control_flow_enum)]
77
#![feature(drain_filter)]
88
#![allow(rustc::potential_query_instability)]
9+
#![recursion_limit = "256"]
910

1011
#[macro_use]
1112
extern crate tracing;

0 commit comments

Comments
 (0)