about summary refs log tree commit diff
path: root/src/test/ui/const-generics/const-fn-with-const-param.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/const-generics/const-fn-with-const-param.rs')
-rw-r--r--src/test/ui/const-generics/const-fn-with-const-param.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/const-generics/const-fn-with-const-param.rs b/src/test/ui/const-generics/const-fn-with-const-param.rs
index add1290b1d9..5c1ee4e0d5a 100644
--- a/src/test/ui/const-generics/const-fn-with-const-param.rs
+++ b/src/test/ui/const-generics/const-fn-with-const-param.rs
@@ -4,7 +4,6 @@
 
 #![cfg_attr(full, feature(const_generics))]
 #![cfg_attr(full, allow(incomplete_features))]
-#![cfg_attr(min, feature(min_const_generics))]
 
 const fn const_u32_identity<const X: u32>() -> u32 {
     X