]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/associated-type-bounds/binder-on-bound.rs
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / ui / associated-type-bounds / binder-on-bound.rs
index 0b4b24b9820b9c2e10fd1f615b896e3cff1722fc..6cba45129e49b1951e1b6c195d5acbe17dd01269 100644 (file)
@@ -1,5 +1,3 @@
-#![feature(generic_associated_types)]
-
 trait Trait {
     type Bound<'a>;
 }