Skip to content

Commit

Permalink
add increased recursion limit
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Oct 20, 2022
1 parent b076f03 commit 8eb2b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_hir_typeck/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#![feature(control_flow_enum)]
#![feature(drain_filter)]
#![allow(rustc::potential_query_instability)]
#![recursion_limit = "256"]

#[macro_use]
extern crate tracing;
Expand Down

0 comments on commit 8eb2b75

Please sign in to comment.