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

Const generics - Known issues doc comment #489

Open
yancyribbens opened this issue Jul 31, 2024 · 0 comments
Open

Const generics - Known issues doc comment #489

yancyribbens opened this issue Jul 31, 2024 · 0 comments
Labels
documentation issues around documentation (doc comments, book, best-practices, etc)

Comments

@yancyribbens
Copy link

There's a doc comment that appears outdated:

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.

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

@matthew-russo matthew-russo added the documentation issues around documentation (doc comments, book, best-practices, etc) label Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation issues around documentation (doc comments, book, best-practices, etc)
Projects
None yet
Development

No branches or pull requests

2 participants