]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/associated-types-overridden-default.rs
remove associated_consts feature gate
[rust.git] / src / test / compile-fail / associated-types-overridden-default.rs
index 19f13f5fc2f2ba7bd5da444ed4a8adf4fe469014..946a4b2f73ac4ff82ddaa845267d21ff0328d554 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(associated_consts)]
 #![feature(associated_type_defaults)]
 
 pub trait Tr {