about summary refs log tree commit diff
path: root/tests/ui/asm/generic-const.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/asm/generic-const.rs')
-rw-r--r--tests/ui/asm/generic-const.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/asm/generic-const.rs b/tests/ui/asm/generic-const.rs
index 133d093d200..3b69a4e86e3 100644
--- a/tests/ui/asm/generic-const.rs
+++ b/tests/ui/asm/generic-const.rs
@@ -1,8 +1,6 @@
 //@ needs-asm-support
 //@ build-pass
 
-#![feature(asm_const)]
-
 use std::arch::asm;
 
 fn foofoo<const N: usize>() {}