about summary refs log tree commit diff
path: root/src/test/ui/const-generics/closing-args-token.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/const-generics/closing-args-token.rs')
-rw-r--r--src/test/ui/const-generics/closing-args-token.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/const-generics/closing-args-token.rs b/src/test/ui/const-generics/closing-args-token.rs
index 8699637c54e..a9b552ebed7 100644
--- a/src/test/ui/const-generics/closing-args-token.rs
+++ b/src/test/ui/const-generics/closing-args-token.rs
@@ -2,7 +2,6 @@
 
 #![cfg_attr(full, feature(const_generics))]
 #![cfg_attr(full, allow(incomplete_features))]
-#![cfg_attr(min, feature(min_const_generics))]
 
 struct S<const X: u32>;
 struct T<const X: bool>;