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_monomorphize/Cargo.toml | 1 - compiler/rustc_monomorphize/src/lib.rs | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_monomorphize') diff --git a/compiler/rustc_monomorphize/Cargo.toml b/compiler/rustc_monomorphize/Cargo.toml index 93a964bf3cc..350ae088777 100644 --- a/compiler/rustc_monomorphize/Cargo.toml +++ b/compiler/rustc_monomorphize/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["The Rust Project Developers"] name = "rustc_monomorphize" version = "0.0.0" edition = "2018" diff --git a/compiler/rustc_monomorphize/src/lib.rs b/compiler/rustc_monomorphize/src/lib.rs index 2a40eeac5bd..08b1d7b7fab 100644 --- a/compiler/rustc_monomorphize/src/lib.rs +++ b/compiler/rustc_monomorphize/src/lib.rs @@ -3,6 +3,7 @@ #![feature(crate_visibility_modifier)] #![feature(control_flow_enum)] #![feature(in_band_lifetimes)] +#![recursion_limit = "256"] #[macro_use] extern crate tracing; -- cgit 1.4.1-3-g733a5