]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/generic-associated-types/projection-type-lifetime-mismatch.rs
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / ui / generic-associated-types / projection-type-lifetime-mismatch.rs
index a40c0c2c4c74e8b4c1d756cf087e1893ae6606a4..8e4d5ca5e2679d2692094d86a959b52870214f21 100644 (file)
@@ -1,5 +1,3 @@
-#![feature(generic_associated_types)]
-
 pub trait X {
     type Y<'a> where Self: 'a;
     fn m(&self) -> Self::Y<'_>;