]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/generic-associated-types/method-unsatified-assoc-type-predicate.rs
Rollup merge of #102954 - GuillaumeGomez:cfg-hide-attr-checks, r=Manishearth
[rust.git] / src / test / ui / generic-associated-types / method-unsatified-assoc-type-predicate.rs
index 655abd18da1cb08192cfc6eb963d9ec1dd71e65e..36974b3df5e6442e497dffe9d306a96f5868f4d2 100644 (file)
@@ -1,8 +1,6 @@
 // Test that the predicate printed in an unresolved method error prints the
 // generics for a generic associated type.
 
-#![feature(generic_associated_types)]
-
 trait X {
     type Y<T>;
 }