diff options
Diffstat (limited to 'tests/ui/const-generics/array-impls/alloc-traits-impls-length-33.rs')
| -rw-r--r-- | tests/ui/const-generics/array-impls/alloc-traits-impls-length-33.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/array-impls/alloc-traits-impls-length-33.rs b/tests/ui/const-generics/array-impls/alloc-traits-impls-length-33.rs index 35df3278a6e..3c1fd09dc0f 100644 --- a/tests/ui/const-generics/array-impls/alloc-traits-impls-length-33.rs +++ b/tests/ui/const-generics/array-impls/alloc-traits-impls-length-33.rs @@ -1,4 +1,4 @@ -// check-pass +//@ check-pass pub fn yes_vec_partial_eq_array<A, B>() -> impl PartialEq<[B; 33]> where |
