]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/casts-differing-anon.rs
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / casts-differing-anon.rs
index 74c8ff370f98b8ae356769271e51ab8111b4ed3a..05a03d3b17961772ca1eb24fc52a71fb672876f2 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(conservative_impl_trait)]
-
 use std::fmt;
 
 fn foo() -> Box<impl fmt::Debug+?Sized> {