1
1
error[E0277]: arrays only have std trait implementations for lengths 0..=32
2
- --> $DIR/into-iter-no-impls-length-33.rs:12:5
2
+ --> $DIR/into-iter-no-impls-length-33.rs:12:19
3
3
|
4
4
LL | IntoIter::new([0i32; 33])
5
- | ^^^ ^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[i32; 33]`
5
+ | ^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[i32; 33]`
6
6
|
7
7
= note: required by `std::array::IntoIter::<T, N>::new`
8
8
@@ -19,10 +19,10 @@ LL | IntoIter::new([0i32; 33])
19
19
= note: the return type of a function must have a statically known size
20
20
21
21
error[E0277]: arrays only have std trait implementations for lengths 0..=32
22
- --> $DIR/into-iter-no-impls-length-33.rs:18:5
22
+ --> $DIR/into-iter-no-impls-length-33.rs:18:19
23
23
|
24
24
LL | IntoIter::new([0i32; 33])
25
- | ^^^ ^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[i32; 33]`
25
+ | ^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[i32; 33]`
26
26
|
27
27
= note: required by `std::array::IntoIter::<T, N>::new`
28
28
@@ -39,10 +39,10 @@ LL | IntoIter::new([0i32; 33])
39
39
= note: the return type of a function must have a statically known size
40
40
41
41
error[E0277]: arrays only have std trait implementations for lengths 0..=32
42
- --> $DIR/into-iter-no-impls-length-33.rs:24:5
42
+ --> $DIR/into-iter-no-impls-length-33.rs:24:19
43
43
|
44
44
LL | IntoIter::new([0i32; 33])
45
- | ^^^ ^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[i32; 33]`
45
+ | ^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[i32; 33]`
46
46
|
47
47
= note: required by `std::array::IntoIter::<T, N>::new`
48
48
@@ -59,10 +59,10 @@ LL | IntoIter::new([0i32; 33])
59
59
= note: the return type of a function must have a statically known size
60
60
61
61
error[E0277]: arrays only have std trait implementations for lengths 0..=32
62
- --> $DIR/into-iter-no-impls-length-33.rs:30:5
62
+ --> $DIR/into-iter-no-impls-length-33.rs:30:19
63
63
|
64
64
LL | IntoIter::new([0i32; 33])
65
- | ^^^ ^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[i32; 33]`
65
+ | ^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[i32; 33]`
66
66
|
67
67
= note: required by `std::array::IntoIter::<T, N>::new`
68
68
@@ -79,10 +79,10 @@ LL | IntoIter::new([0i32; 33])
79
79
= note: the return type of a function must have a statically known size
80
80
81
81
error[E0277]: arrays only have std trait implementations for lengths 0..=32
82
- --> $DIR/into-iter-no-impls-length-33.rs:36:5
82
+ --> $DIR/into-iter-no-impls-length-33.rs:36:19
83
83
|
84
84
LL | IntoIter::new([0i32; 33])
85
- | ^^^ ^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[i32; 33]`
85
+ | ^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[i32; 33]`
86
86
|
87
87
= note: required by `std::array::IntoIter::<T, N>::new`
88
88
@@ -99,10 +99,10 @@ LL | IntoIter::new([0i32; 33])
99
99
= note: the return type of a function must have a statically known size
100
100
101
101
error[E0277]: arrays only have std trait implementations for lengths 0..=32
102
- --> $DIR/into-iter-no-impls-length-33.rs:42:5
102
+ --> $DIR/into-iter-no-impls-length-33.rs:42:19
103
103
|
104
104
LL | IntoIter::new([0i32; 33])
105
- | ^^^ ^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[i32; 33]`
105
+ | ^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[i32; 33]`
106
106
|
107
107
= note: required by `std::array::IntoIter::<T, N>::new`
108
108
@@ -119,10 +119,10 @@ LL | IntoIter::new([0i32; 33])
119
119
= note: the return type of a function must have a statically known size
120
120
121
121
error[E0277]: arrays only have std trait implementations for lengths 0..=32
122
- --> $DIR/into-iter-no-impls-length-33.rs:48:5
122
+ --> $DIR/into-iter-no-impls-length-33.rs:48:19
123
123
|
124
124
LL | IntoIter::new([0i32; 33])
125
- | ^^^ ^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[i32; 33]`
125
+ | ^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[i32; 33]`
126
126
|
127
127
= note: required by `std::array::IntoIter::<T, N>::new`
128
128
0 commit comments