rust/src/test/ui/const-generics/array-impls
Simon Sapin 61c49d4042 Stabilize by-value [T; N] iterator core::array::IntoIter
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-12-29 09:16:46 +01:00
..
alloc-traits-impls-length-32.rs impl From<[T; N]> for Box<[T]> 2020-05-20 17:00:21 +08:00
alloc-traits-impls-length-33.rs Remove the usage of the LengthAtMost32 trait 2020-07-05 15:47:08 +03:00
alloc-types-impls-length-33.rs Remove the usage of the LengthAtMost32 trait 2020-07-05 15:47:08 +03:00
core-traits-impls-length-32.rs Use const generics for array impls, restricted to 0..=32 2019-07-07 11:31:38 -07:00
core-traits-impls-length-33.rs Remove the usage of the LengthAtMost32 trait 2020-07-05 15:47:08 +03:00
into-iter-impls-length-32.rs Stabilize by-value [T; N] iterator core::array::IntoIter 2020-12-29 09:16:46 +01:00
into-iter-impls-length-33.rs Stabilize by-value [T; N] iterator core::array::IntoIter 2020-12-29 09:16:46 +01:00