From 924dbc36c9888eebacdcd06ec444418683b0d5fd Mon Sep 17 00:00:00 2001 From: Camille GILLOT Date: Wed, 1 Sep 2021 21:05:35 +0200 Subject: Rebase fallout. --- compiler/rustc_const_eval/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_const_eval/src') diff --git a/compiler/rustc_const_eval/src/lib.rs b/compiler/rustc_const_eval/src/lib.rs index c24c9a9b5ee..0aa2dfb010f 100644 --- a/compiler/rustc_const_eval/src/lib.rs +++ b/compiler/rustc_const_eval/src/lib.rs @@ -23,6 +23,7 @@ Rust MIR: a lowered representation of Rust. #![feature(trusted_len)] #![feature(trusted_step)] #![feature(try_blocks)] +#![recursion_limit = "256"] #[macro_use] extern crate tracing; -- cgit 1.4.1-3-g733a5