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. |
||
|---|---|---|
| .. | ||
| alloc-traits-impls-length-32.rs | ||
| alloc-traits-impls-length-33.rs | ||
| alloc-types-impls-length-33.rs | ||
| core-traits-impls-length-32.rs | ||
| core-traits-impls-length-33.rs | ||
| into-iter-impls-length-32.rs | ||
| into-iter-impls-length-33.rs | ||