-
Notifications
You must be signed in to change notification settings - Fork 13.3k
c_void
has wrong rustc support level in docs
#55619
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
Comments
While the module |
I guess that's a matter of perspective. I think minimum versions of parent items should trickle down to child items such that you don't have to walk up the module tree in the documentation to find out whether something is available or not. |
So I did the original PR to create |
This has happened before as well: #49651 |
The documentation page for
core::ffi::c_void
says it's available at version 1.1.0, however, it's only available at version 1.30.0.The text was updated successfully, but these errors were encountered: