diff options
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.rs | 3 |
1 files changed, 0 insertions, 3 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 732a1871456..a712f691dbe 100644 --- a/src/test/ui/const-generics/array-wrapper-struct-ctor.rs +++ b/src/test/ui/const-generics/array-wrapper-struct-ctor.rs @@ -1,7 +1,4 @@ // run-pass -// revisions: full min -#![cfg_attr(full, feature(const_generics))] -#![cfg_attr(full, allow(incomplete_features))] #![allow(dead_code)] |
