diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-05-31 19:31:00 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-06-11 13:48:57 -0700 |
| commit | fd6e08a1e6bbccd00e70b23ac72dd9a9a633be30 (patch) | |
| tree | a35a62fa85928632c6434aea8ee8f701ccfd6cec /src/test/compile-fail/allocator/function-allocator.rs | |
| parent | 999690ce5d43721d1b1c7fdeb9b58748976b10b5 (diff) | |
| download | rust-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.rs | 1 |
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 |
