diff options
| author | Jonas Schievink <jonasschievink@gmail.com> | 2021-01-31 01:47:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-31 01:47:25 +0100 |
| commit | 1e99f26894a766f5861ae2805c13e915e74493f0 (patch) | |
| tree | bc5f9dc73d235f276c5e593edef9d9c5f66ddbc3 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs | |
| parent | 054c29d22ca171ea8565cc5c53dbbf0d473f05eb (diff) | |
| parent | 83d32b0a27350fd640cb29d0514598e4630874bb (diff) | |
| download | rust-1e99f26894a766f5861ae2805c13e915e74493f0.tar.gz rust-1e99f26894a766f5861ae2805c13e915e74493f0.zip | |
Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se
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.
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha256.rs')
0 files changed, 0 insertions, 0 deletions
