-
Notifications
You must be signed in to change notification settings - Fork 13.4k
core documentation is missing some primitive types found in std #22085
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
There's a few more of these as well. |
Oh, these aren't documented in |
It should be as straightforward as adding Core won't be stabilized anytime soon but I think it'll still get a lot of use from the heroic embedded and toy kernel developers still running on nightlies. |
Primitive types documented in
std
but not incore
:bool
http://doc.rust-lang.org/nightly/std/primitive.bool.htmltuple
http://doc.rust-lang.org/nightly/std/primitive.tuple.htmlcc @steveklabnik
Related to #22084
The text was updated successfully, but these errors were encountered: