Skip to content

std documentation is missing the char primitive type #22084

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

Closed
tomjakubowski opened this issue Feb 8, 2015 · 0 comments · Fixed by #22114
Closed

std documentation is missing the char primitive type #22084

tomjakubowski opened this issue Feb 8, 2015 · 0 comments · Fixed by #22114

Comments

@tomjakubowski
Copy link
Contributor

All of the other primitive types are there but not char. Note that it is present in core so I think it's just a missing re-export: http://doc.rust-lang.org/core/primitive.char.html

cc @steveklabnik

alexcrichton added a commit to alexcrichton/rust that referenced this issue Feb 9, 2015
This ended up just being a forgotten attribute on the `char` module in
libunicode.

Closes rust-lang#22084
bors added a commit that referenced this issue Feb 14, 2015
This ended up just being a forgotten attribute on the `char` module in
libunicode.

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

Successfully merging a pull request may close this issue.

2 participants