]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/associated-const.rs
remove associated_consts feature gate
[rust.git] / src / test / run-pass / associated-const.rs
index d9065445009312697a80bb44e877efe45d726d21..3c84f4a833530f99c71c38a1ede3d2eafaf528b6 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(associated_consts)]
 
 trait Foo {
     const ID: i32;