diff options
| author | The8472 <git@infinite-source.de> | 2021-07-16 20:30:53 +0200 |
|---|---|---|
| committer | The8472 <git@infinite-source.de> | 2021-07-16 20:38:42 +0200 |
| commit | 8dd903cc774e7376f4c66e7940fae8a420b25123 (patch) | |
| tree | 5709480b7b25f927f137ade1e0aab450f24a92c1 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs | |
| parent | 18a034f97e8f69c8086301dad5ade9759883d775 (diff) | |
| download | rust-8dd903cc774e7376f4c66e7940fae8a420b25123.tar.gz rust-8dd903cc774e7376f4c66e7940fae8a420b25123.zip | |
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.
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions
