]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/E0438.rs
remove associated_consts feature gate
[rust.git] / src / test / compile-fail / E0438.rs
index 2e2df4bee5a35242caa2451d02dac642e9a9d436..99e0dbbcea804b5abc920dc89a84912397f0a84e 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(associated_consts)]
 
 trait Bar {}