Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is LengthAtMost32 really needed in AsRef/AsMut impls for array? #71373

Closed
burrbull opened this issue Apr 21, 2020 · 1 comment
Closed

Is LengthAtMost32 really needed in AsRef/AsMut impls for array? #71373

burrbull opened this issue Apr 21, 2020 · 1 comment

Comments

@burrbull
Copy link
Contributor

https://doc.rust-lang.org/src/core/array/mod.rs.html#105

What if just remove this constraint in these implementations?

Can this break something?

Same for Borrow.

@jonas-schievink
Copy link
Contributor

See #61415

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants