]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/associated-const-use-default.rs
New upstream version 1.20.0+dfsg1
[rustc.git] / src / test / run-pass / associated-const-use-default.rs
index 5813d86742532b7943148f4a0a5d9fdb26ab5db7..5ed9a6dea3dd7580291f8516752111d4339d1a34 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 Foo {
     const ID: i32 = 1;