We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ecf12b commit a95dafeCopy full SHA for a95dafe
src/libcore/array.rs
@@ -260,7 +260,8 @@ array_impls! {
260
0 1 2 3 4 5 6 7 8 9
261
10 11 12 13 14 15 16 17 18 19
262
20 21 22 23 24 25 26 27 28 29
263
- 30 31 32
+ 30 31 32 33 34 35 36 37 38 39
264
+ 40 41 42 43 44
265
}
266
267
// The Default impls cannot be generated using the array_impls! macro because
@@ -284,4 +285,4 @@ macro_rules! array_impl_default {
284
285
};
286
287
-array_impl_default!{32, T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T}
288
+array_impl_default!{44, T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T}
0 commit comments