rust/library/alloc
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
..
benches Reorder benches const variable 2020-09-29 21:39:24 +08:00
src Stabilize by-value [T; N] iterator core::array::IntoIter 2020-12-29 09:16:46 +01:00
tests Auto merge of #79022 - SpyrosRoum:stabilize-deque_range, r=m-ou-se 2020-12-26 03:50:16 +00:00
Cargo.toml add options to use optimized and mangled compiler builtins 2020-11-15 08:23:31 +01:00