You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Therefore, until const generics lands in stable or when
// we can remove the `T: Debug` bound on Arbitrary, we can not support arrays
// sized over 32.
There's a doc comment that appears outdated:
const generics landed in 1.51 from what I can tell (well past the current proptest MSRV) https://blog.rust-lang.org/2021/02/26/const-generics-mvp-beta.html. Anyway, maybe this comment can be removed or updated.
comment:
https://github.com/proptest-rs/proptest/blob/master/proptest-derive/src/lib.rs#L26
The text was updated successfully, but these errors were encountered: