about summary refs log tree commit diff
path: root/src/test/ui/const-generics/concrete-const-impl-method.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/const-generics/concrete-const-impl-method.rs')
-rw-r--r--src/test/ui/const-generics/concrete-const-impl-method.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/const-generics/concrete-const-impl-method.rs b/src/test/ui/const-generics/concrete-const-impl-method.rs
index edb403ce8fd..3d3bd2664c8 100644
--- a/src/test/ui/const-generics/concrete-const-impl-method.rs
+++ b/src/test/ui/const-generics/concrete-const-impl-method.rs
@@ -5,7 +5,6 @@
 
 #![cfg_attr(full, feature(const_generics))]
 #![cfg_attr(full, allow(incomplete_features))]
-#![cfg_attr(min, feature(min_const_generics))]
 
 pub struct A<const N: u32>;