about summary refs log tree commit diff
path: root/src/test/compile-fail/allocator/function-allocator.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-05-31 19:31:00 +0200
committerSimon Sapin <simon.sapin@exyr.org>2018-06-11 13:48:57 -0700
commitfd6e08a1e6bbccd00e70b23ac72dd9a9a633be30 (patch)
treea35a62fa85928632c6434aea8ee8f701ccfd6cec /src/test/compile-fail/allocator/function-allocator.rs
parent999690ce5d43721d1b1c7fdeb9b58748976b10b5 (diff)
downloadrust-fd6e08a1e6bbccd00e70b23ac72dd9a9a633be30.tar.gz
rust-fd6e08a1e6bbccd00e70b23ac72dd9a9a633be30.zip
Remove some '#[feature]' attributes for stabilized features
Diffstat (limited to 'src/test/compile-fail/allocator/function-allocator.rs')
-rw-r--r--src/test/compile-fail/allocator/function-allocator.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/compile-fail/allocator/function-allocator.rs b/src/test/compile-fail/allocator/function-allocator.rs
index 50f82607b53..989c102b86e 100644
--- a/src/test/compile-fail/allocator/function-allocator.rs
+++ b/src/test/compile-fail/allocator/function-allocator.rs
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(global_allocator)]
 
 #[global_allocator]
 fn foo() {} //~ ERROR: allocators must be statics