]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/generic-associated-types/projection-bound-cycle.rs
Rollup merge of #102954 - GuillaumeGomez:cfg-hide-attr-checks, r=Manishearth
[rust.git] / src / test / ui / generic-associated-types / projection-bound-cycle.rs
index 6564a3608ec0eb03a7aca3c73b5cbe41a6f6da39..4cad1f61319ef0ecd0304dfddd7d3027c73efd85 100644 (file)
@@ -2,7 +2,6 @@
 // Make sure that we make sure that we don't allow arbitrary bounds to be
 // proven when a bound and a where clause of an associated type are the same.
 
-#![feature(generic_associated_types)]
 #![feature(trivial_bounds)]
 
 trait Print {