]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/associated-types-eq-obj.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / associated-types-eq-obj.rs
index f0343a743cb5025b1fb926e12f1619ff4cd891ee..0ec8a3661906f7aaee7806a151ba4718339eb7da 100644 (file)
@@ -10,8 +10,6 @@
 
 // Test equality constraints on associated types inside of an object type
 
-#![feature(associated_types)]
-
 pub trait Foo {
     type A;
     fn boo(&self) -> <Self as Foo>::A;