]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/deriving/issue-89188-gat-hrtb.rs
:arrow_up: rust-analyzer
[rust.git] / src / test / ui / deriving / issue-89188-gat-hrtb.rs
index abd85a616a4add0f50ba7ab5432a261ec5be6b34..e8118f0c6e40e2381891ca027da41861f613d3d6 100644 (file)
@@ -1,7 +1,5 @@
 // check-pass
 
-#![feature(generic_associated_types)]
-
 trait CallWithShim: Sized {
     type Shim<'s>
     where