From 361b8d7f15d2a7f9dbf39e5fd701b93368413752 Mon Sep 17 00:00:00 2001 From: Taylor Cramer Date: Mon, 26 Mar 2018 07:45:46 +0200 Subject: [PATCH] Remove conservative_impl_trait feature This is needed to land the stabilization of impl Trait --- miri/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/miri/lib.rs b/miri/lib.rs index 739ccfbf76..b1c75eb462 100644 --- a/miri/lib.rs +++ b/miri/lib.rs @@ -1,7 +1,6 @@ #![feature( i128_type, rustc_private, - conservative_impl_trait, catch_expr, )]