]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/deprecation-sanity.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / deprecation-sanity.rs
index 6ee5cd2c7e3cf171887d12ce69db6bbc325c4266..af2ac79ea80721808bcc49e694f9ba8e6c9f52a0 100644 (file)
@@ -10,8 +10,6 @@
 
 // Various checks that deprecation attributes are used correctly
 
-#![feature(deprecated)]
-
 mod bogus_attribute_types_1 {
     #[deprecated(since = "a", note = "a", reason)] //~ ERROR unknown meta item 'reason'
     fn f1() { }