about summary refs log tree commit diff
path: root/src/test/ui/missing/missing-allocator.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/missing/missing-allocator.rs')
-rw-r--r--src/test/ui/missing/missing-allocator.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/missing/missing-allocator.rs b/src/test/ui/missing/missing-allocator.rs
index 6d867e2e8b4..2dc509f2c63 100644
--- a/src/test/ui/missing/missing-allocator.rs
+++ b/src/test/ui/missing/missing-allocator.rs
@@ -3,7 +3,7 @@
 
 #![no_std]
 #![crate_type = "staticlib"]
-#![feature(panic_handler, alloc_error_handler)]
+#![feature(alloc_error_handler)]
 
 #[panic_handler]
 fn panic(_: &core::panic::PanicInfo) -> ! {