about summary refs log tree commit diff
path: root/src/test/ui/const-generics/array-impls/into-iter-impls-length-33.rs
AgeCommit message (Collapse)AuthorLines
2020-12-29Stabilize by-value `[T; N]` iterator `core::array::IntoIter`Simon Sapin-1/+0
Tracking issue: https://github.com/rust-lang/rust/issues/65798 This is unblocked now that `min_const_generics` has been stabilized in https://github.com/rust-lang/rust/pull/79135. This PR does *not* include the corresponding `IntoIterator` impl, which is https://github.com/rust-lang/rust/pull/65819. Instead, an iterator can be constructed through the `new` method. `new` would become unnecessary when `IntoIterator` is implemented and might be deprecated then, although it will stay stable.
2020-07-05Fix copypaste in test into-iter-impls-length-33 (const generic 32 -> 33)Roman Proskuryakov-7/+7
2020-07-05Remove the usage of the LengthAtMost32 traitRoman Proskuryakov-0/+41