]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/associated-const-type-parameter-arrays-2.rs
remove associated_consts feature gate
[rust.git] / src / test / compile-fail / associated-const-type-parameter-arrays-2.rs
index e284a61eb2daa3bf9d74c9d079629681749a4efa..d196cf2215601b4389e772cc72b5092abf8055a7 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(associated_consts)]
 
 pub trait Foo {
     const Y: usize;