]> git.lizzy.rs Git - rust.git/blobdiff - src/test/pretty/gat-bounds.rs
Rollup merge of #103021 - GuillaumeGomez:constraint-pages, r=Amanieu
[rust.git] / src / test / pretty / gat-bounds.rs
index 8877c6cc9927b9111e1afaf0994a20f110c61343..0a361a3835f7f68349010baef610c9d84e6197c6 100644 (file)
@@ -3,8 +3,6 @@
 
 // pretty-compare-only
 
-#![feature(generic_associated_types)]
-
 trait X {
     type Y<T>: Trait where Self: Sized;
 }