]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/associated-const-outer-ty-refs.rs
New upstream version 1.20.0+dfsg1
[rustc.git] / src / test / run-pass / associated-const-outer-ty-refs.rs
index 2e6fb11a12d6bb6cae799208fd617aa85f4bb35c..987c64dbff562ab99627092ba8e9040af0803f4d 100644 (file)
@@ -7,7 +7,6 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
-#![feature(associated_consts)]
 
 trait Lattice {
     const BOTTOM: Self;