]> git.proxmox.com Git - rustc.git/blobdiff - src/test/auxiliary/needs_allocator.rs
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / test / auxiliary / needs_allocator.rs
index c09b153d921daf0990d3b609ac1b7ee0cc830cd3..51003160427327b04f0eca23382699cda4c254a0 100644 (file)
@@ -10,7 +10,7 @@
 
 // no-prefer-dynamic
 
-#![feature(no_std, needs_allocator)]
+#![feature(needs_allocator)]
 #![no_std]
 #![needs_allocator]
 #![crate_type = "rlib"]