]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/derive-no-std-not-supported.rs
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / test / compile-fail / derive-no-std-not-supported.rs
index 327e2c9e0f996d7aac466c30a3dfa78ef5b19e40..01c81a8bbcee4878a80c86008532e2bb63f5253d 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]
 
 extern crate core;