about summary refs log tree commit diff
path: root/src/test/ui/consts/const-block-const-bound.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/const-block-const-bound.rs')
-rw-r--r--src/test/ui/consts/const-block-const-bound.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/consts/const-block-const-bound.rs b/src/test/ui/consts/const-block-const-bound.rs
index f3c82c5f968..1ccd0ee9370 100644
--- a/src/test/ui/consts/const-block-const-bound.rs
+++ b/src/test/ui/consts/const-block-const-bound.rs
@@ -1,5 +1,5 @@
 #![allow(unused)]
-#![feature(const_fn_trait_bound, const_trait_impl, inline_const, negative_impls)]
+#![feature(const_trait_impl, inline_const, negative_impls)]
 
 const fn f<T: ~const Drop>(x: T) {}