about summary refs log tree commit diff
path: root/src/test/ui/const-generics/array-wrapper-struct-ctor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/const-generics/array-wrapper-struct-ctor.rs')
-rw-r--r--src/test/ui/const-generics/array-wrapper-struct-ctor.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/const-generics/array-wrapper-struct-ctor.rs b/src/test/ui/const-generics/array-wrapper-struct-ctor.rs
index 390b6cc2049..732a1871456 100644
--- a/src/test/ui/const-generics/array-wrapper-struct-ctor.rs
+++ b/src/test/ui/const-generics/array-wrapper-struct-ctor.rs
@@ -2,7 +2,6 @@
 // revisions: full min
 #![cfg_attr(full, feature(const_generics))]
 #![cfg_attr(full, allow(incomplete_features))]
-#![cfg_attr(min, feature(min_const_generics))]
 
 #![allow(dead_code)]