Skip to content

Explicit Self: Sized bounds missing from generated documentation. #62899

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
jswrenn opened this issue Jul 23, 2019 · 2 comments
Closed

Explicit Self: Sized bounds missing from generated documentation. #62899

jswrenn opened this issue Jul 23, 2019 · 2 comments
Labels
C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@jswrenn
Copy link
Member

jswrenn commented Jul 23, 2019

Nearly every method of Iterator has an explicit Self: Sized bound. These bounds are present in libcore's documentation (e.g., Iterator::count), but are missing in libstd's documentation (e.g., Iterator::count).

@jonas-schievink jonas-schievink added C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Jul 23, 2019
@dwrensha
Copy link
Contributor

This looks like a dupe of #24183.

@Mark-Simulacrum
Copy link
Member

Indeed. Closing as duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. 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