]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/generic-associated-types/bugs/issue-80626.rs
Rollup merge of #102044 - ChrisDenton:BCrypt-system-rand, r=thomcc
[rust.git] / src / test / ui / generic-associated-types / bugs / issue-80626.rs
index 14f27aff1ccd85ed71056fff017a3d19813bcb45..f6aa6b36e13dcfb7907f3320b04248b9fa393fda 100644 (file)
@@ -3,8 +3,6 @@
 
 // This should pass, but it requires `Sized` to be coinductive.
 
-#![feature(generic_associated_types)]
-
 trait Allocator {
     type Allocated<T>;
 }