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

Raw pointers have no 'primitive' page in rustdoc #15318

Closed
huonw opened this issue Jul 2, 2014 · 2 comments
Closed

Raw pointers have no 'primitive' page in rustdoc #15318

huonw opened this issue Jul 2, 2014 · 2 comments
Assignees
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@huonw
Copy link
Member

huonw commented Jul 2, 2014

E.g. there's no http://doc.rust-lang.org/master/std/uint/primitive.uint.html for *const or *mut.

@SimonSapin
Copy link
Contributor

Now that the PtrExt and MutPtrExt traits were removed in favor of inherent implementations (#23104), this bug means that methods on raw pointers are not documented anywhere.

@SimonSapin
Copy link
Contributor

cc @steveklabnik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants