about summary refs log tree commit diff
path: root/tests/ui/asm/naked-functions-ffi.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/asm/naked-functions-ffi.rs')
-rw-r--r--tests/ui/asm/naked-functions-ffi.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/asm/naked-functions-ffi.rs b/tests/ui/asm/naked-functions-ffi.rs
index 8fd0da01d72..565c440022d 100644
--- a/tests/ui/asm/naked-functions-ffi.rs
+++ b/tests/ui/asm/naked-functions-ffi.rs
@@ -1,6 +1,5 @@
 //@ check-pass
 //@ needs-asm-support
-#![feature(naked_functions)]
 #![crate_type = "lib"]
 
 use std::arch::naked_asm;