]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/object-safety-associated-consts.rs
remove associated_consts feature gate
[rust.git] / src / test / compile-fail / object-safety-associated-consts.rs
index c442cd4083657f6045c447acb3dc7f2998f753eb..ebb52face06ac516d3221d8d75afd4cf5877a965 100644 (file)
@@ -11,7 +11,6 @@
 // Check that we correctly prevent users from making trait objects
 // from traits with associated consts.
 
-#![feature(associated_consts)]
 
 trait Bar {
     const X: usize;