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

Rustoc doesn't display "for Sized?" on traits #18515

Closed
sfackler opened this issue Nov 1, 2014 · 1 comment · Fixed by #19272
Closed

Rustoc doesn't display "for Sized?" on traits #18515

sfackler opened this issue Nov 1, 2014 · 1 comment · Fixed by #19272
Labels
A-DSTs Area: Dynamically-sized types (DSTs) T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@sfackler
Copy link
Member

sfackler commented Nov 1, 2014

No description provided.

@sfackler sfackler added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Nov 1, 2014
@huonw huonw added the A-DSTs Area: Dynamically-sized types (DSTs) label Nov 1, 2014
@tomjakubowski
Copy link
Contributor

it is also not showing <Sized? T> in type parameter lists.

tomjakubowski added a commit to tomjakubowski/rust that referenced this issue Nov 24, 2014
Both `trait Foo for Sized?` and `<Sized? T>` are handled correctly.

Fix rust-lang#18515
alexcrichton added a commit to alexcrichton/rust that referenced this issue Nov 27, 2014
Both `trait Foo for Sized?` and `<Sized? T>` are handled correctly.

Fix rust-lang#18515
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-DSTs Area: Dynamically-sized types (DSTs) T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants