-
Notifications
You must be signed in to change notification settings - Fork 13k
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
rustdoc doesn't render associated type bindings #20646
Labels
A-associated-items
Area: Associated items (types, constants & functions)
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Milestone
Comments
kmcallister
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
A-associated-items
Area: Associated items (types, constants & functions)
labels
Jan 6, 2015
Is anyone working on this? |
If no one else is, I'll be working on this in a few hours along with a few other rustdoc issues. |
@tomjakubowski FWIW, this would need to be resolved in the next couple of hours to make the alpha window. I would prioritize this bug pretty highly and try to get it in if you can! |
tomjakubowski
added a commit
to tomjakubowski/rust
that referenced
this issue
Jan 8, 2015
e.g. `Foo<Output=A>` This does not work cross-crate unfortunately. Part of rust-lang#20646
(cross-crate instances still need to be resolved.) Not a beta-blocker. Reclassifying as 1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-associated-items
Area: Associated items (types, constants & functions)
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
STR
Output
The
T: Trait
bound should render asT: Trait<Output=int>
Version
rustc 0.13.0-nightly (c7dd3c4d6 2015-01-05 23:51:00 +0000)
The text was updated successfully, but these errors were encountered: