]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/lint-dead-code-1.rs
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / test / compile-fail / lint-dead-code-1.rs
index 9749e596895c87ffd78d56c5df7fee4afab0f879..26770a1d37c428b8e094952a03c5bc0792c1fdcd 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(no_std)]
 #![no_std]
 #![allow(unused_variables)]
 #![allow(non_camel_case_types)]