]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/associated-const-use-impl-of-same-trait.rs
remove associated_consts feature gate
[rust.git] / src / test / run-pass / associated-const-use-impl-of-same-trait.rs
index 62658470baa525631c3429f8b703a5b2d85b1492..986f160f3cbd037d0fe11ffbfd77176427d68d8b 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(associated_consts)]
 
 // The main purpose of this test is to ensure that different impls of the same
 // trait can refer to each other without setting off the static recursion check