Skip to content

Pointers and references are not listed as primitive types #24090

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
nagisa opened this issue Apr 5, 2015 · 1 comment
Closed

Pointers and references are not listed as primitive types #24090

nagisa opened this issue Apr 5, 2015 · 1 comment

Comments

@nagisa
Copy link
Member

nagisa commented Apr 5, 2015

Rustdoc does not list *const _, *mut _, &_, &mut _ as primitive types. They have some inherent methods (e.g. (*const _)::offset), but they won’t be discoverable even if #23511 is fixed unless this also is fixed.

@steveklabnik
Copy link
Member

dup of #15654 and #15654

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

No branches or pull requests

2 participants