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

Builtin types are not documented #10114

Closed
emberian opened this issue Oct 28, 2013 · 2 comments
Closed

Builtin types are not documented #10114

emberian opened this issue Oct 28, 2013 · 2 comments
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@emberian
Copy link
Member

Due to how the AST works, and the fact that they aren't defined in any crate, the builtin types do not show up as hyperlinkable in rustdoc output, and there is generally no way to discover what methods they implement.

They need to be special cased to make it easier to figure out what operations one can do on a &str or ~[T].

@emberian
Copy link
Member Author

I think this is very important for 1.0, as without this the std docs are fairly crippled.

@brson
Copy link
Contributor

brson commented May 29, 2014

Dupe of #14474

@brson brson closed this as completed May 29, 2014
flip1995 pushed a commit to flip1995/rust that referenced this issue Feb 10, 2023
…lip1995

option_if_let_else: update known problems wording

changelog: none
<!-- changelog_checked -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. 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

2 participants