]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-40136.rs
remove associated_consts feature gate
[rust.git] / src / test / run-pass / issue-40136.rs
index db642812b4be4ae9402a356544ae54b3e561e0d3..488754af06fb81b37c18d5044fe9a72a39bbc453 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(associated_consts)]
 
 macro_rules! m { () => { 0 } }