Skip to content

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

Closed
tomjakubowski opened this issue Feb 8, 2015 · 3 comments · Fixed by #22128
Closed

core documentation is missing some primitive types found in std #22085

tomjakubowski opened this issue Feb 8, 2015 · 3 comments · Fixed by #22128

Comments

@tomjakubowski
Copy link
Contributor

Primitive types documented in std but not in core:

cc @steveklabnik

Related to #22084

@steveklabnik
Copy link
Member

There's a few more of these as well.

@steveklabnik
Copy link
Member

Oh, these aren't documented in core. core isn't going to be stable any time soon, so this isn't as high a priority as I thought.

@tomjakubowski
Copy link
Contributor Author

It should be as straightforward as adding #![doc(primitive = "tuple")] to libcore/tuple.rs, and creating a new module core::bool that contains just the attribute #![doc(primitive = "bool")].

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.

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

Successfully merging a pull request may close this issue.

2 participants