]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/generic-associated-types/const-generics-gat-in-trait-return-type-2.rs
Rollup merge of #102954 - GuillaumeGomez:cfg-hide-attr-checks, r=Manishearth
[rust.git] / src / test / ui / generic-associated-types / const-generics-gat-in-trait-return-type-2.rs
index 51046be79b7e5af1719378354c95656e105df107..cd7941ed9af7967d6f3cd1d0bef3f1ce1beb4add 100644 (file)
@@ -1,5 +1,4 @@
 // run-pass
-#![feature(generic_associated_types)]
 
 // This test unsures that with_opt_const_param returns the
 // def_id of the N param in the Foo::Assoc GAT.