about summary refs log tree commit diff
path: root/tests/ui/asm/naked-functions-target-feature.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/asm/naked-functions-target-feature.rs')
-rw-r--r--tests/ui/asm/naked-functions-target-feature.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/asm/naked-functions-target-feature.rs b/tests/ui/asm/naked-functions-target-feature.rs
index d8dc2104c76..57ad79b1c31 100644
--- a/tests/ui/asm/naked-functions-target-feature.rs
+++ b/tests/ui/asm/naked-functions-target-feature.rs
@@ -1,7 +1,7 @@
 //@ build-pass
 //@ needs-asm-support
 
-#![feature(naked_functions, naked_functions_target_feature)]
+#![feature(naked_functions_target_feature)]
 #![crate_type = "lib"]
 
 use std::arch::{asm, naked_asm};