]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/associated-const-range-match-patterns.rs
remove associated_consts feature gate
[rust.git] / src / test / run-pass / associated-const-range-match-patterns.rs
index d38ccca689141e3a24f13ee8d4b2ba0f1708a24c..d72e1efc4d74ce08cf449c47065b005781e16b59 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(associated_consts)]
 
 struct Foo;