rust/library/core
The8472 8dd903cc77 implement ConstSizeIntoIterator for &[T;N] in addition to [T;N]
Due to #20400 the corresponding TrustedLen impls need a helper trait
instead of directly adding `Item = &[T;N]` bounds.
Since TrustedLen is a public trait this in turn means
the helper trait needs to be public. Since it's just a workaround
for a compiler deficit it's marked hidden, unstable and unsafe.
2021-07-16 20:38:42 +02:00
..
benches Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
src implement ConstSizeIntoIterator for &[T;N] in addition to [T;N] 2021-07-16 20:38:42 +02:00
tests implement ConstSizeIntoIterator for &[T;N] in addition to [T;N] 2021-07-16 20:38:42 +02:00
Cargo.toml Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-se 2021-03-23 04:49:47 +00:00