Builtin types are not documented #10114
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.
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]
.The text was updated successfully, but these errors were encountered: