]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/private-in-public-warn.rs
remove associated_consts feature gate
[rust.git] / src / test / compile-fail / private-in-public-warn.rs
index 92d96595fd780a5f157cfe1dd82e6a6140381a22..f030012b172f0ac18fb815b3edbdea70593b38ae 100644 (file)
@@ -11,7 +11,6 @@
 // Private types and traits are not allowed in public interfaces.
 // This test also ensures that the checks are performed even inside private modules.
 
-#![feature(associated_consts)]
 #![feature(associated_type_defaults)]
 #![deny(private_in_public)]
 #![allow(unused)]