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.rs2
1 files changed, 1 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 bf855d4dcaa..8c990577f3d 100644
--- a/src/test/ui/const-generics/transparent-maybeunit-array-wrapper.rs
+++ b/src/test/ui/const-generics/transparent-maybeunit-array-wrapper.rs
@@ -1,7 +1,7 @@
 // run-pass
 // revisions: full min
 
-#![cfg_attr(full, feature(const_generics))]
+#![cfg_attr(full, feature(const_param_types))]
 #![cfg_attr(full, allow(incomplete_features))]
 
 use std::mem::MaybeUninit;