]> git.proxmox.com Git - rustc.git/blobdiff - src/test/pretty/gat-bounds.rs
New upstream version 1.65.0+dfsg1
[rustc.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;
 }