Post #4477291
2026-07-28 21:12 UTC
@knickish@hachyderm.io @penguin42@mastodon.org.uk close -- a lot of older standard library traits aren't implemented for arbitrary arrays, because the ability to express...
impl MyTrait for [T; N]
was stabilized ~5 years after Rust 1.0, and sneaking such an impl in for old traits has backwards compatibility concerns.
I've paged out the details beyond that.
But those back-compat concerns don't affect non-std crates like zerocopy that are willing to ship breaking changes.
Replies (0)
No replies.