]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/associated-const-resolution-order.rs
remove associated_consts feature gate
[rust.git] / src / test / run-pass / associated-const-resolution-order.rs
index 98b7164ab74ad142846e20d56c42f71eb2a293bf..5fa49b48200dbef1b1738c83481b254d15059bbf 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 MyType;