about summary refs log tree commit diff
path: root/src/test/ui/const-generics/transparent-maybeunit-array-wrapper.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/const-generics/transparent-maybeunit-array-wrapper.rs')
-rw-r--r--src/test/ui/const-generics/transparent-maybeunit-array-wrapper.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/const-generics/transparent-maybeunit-array-wrapper.rs b/src/test/ui/const-generics/transparent-maybeunit-array-wrapper.rs
index e041e9709d0..bf855d4dcaa 100644
--- a/src/test/ui/const-generics/transparent-maybeunit-array-wrapper.rs
+++ b/src/test/ui/const-generics/transparent-maybeunit-array-wrapper.rs
@@ -3,7 +3,6 @@
 
 #![cfg_attr(full, feature(const_generics))]
 #![cfg_attr(full, allow(incomplete_features))]
-#![cfg_attr(min, feature(min_const_generics))]
 
 use std::mem::MaybeUninit;