Uh oh!
There was an error while loading. Please reload this page.
rustdoc: Resolve nested impl Traits - #50419
Merged
Merged
Conversation
rust-highfive
commented
May 3, 2018
Contributor
r? @frewsxcv (rust_highfive has picked a reviewer for you, use r? to override) |
sinkuuforce-pushed
the
rustdoc_nested_impl_trait
branch
from
May 3, 2018 13:34
1b1560e to
14f32f6CompareGuillaumeGomez
commented
May 3, 2018
Member
Way better! Thanks for it! :) |
QuietMisdreavus
commented
May 4, 2018
Contributor
I like this! Thanks so much for posting the fix! @bors r+ |
bors
commented
May 4, 2018
Collaborator
📌 Commit 14f32f6 has been approved by |
emilyalbini
commented
May 4, 2018
Member
Can we get this into beta? |
bors
commented
May 5, 2018
Collaborator
bors
commented
May 5, 2018
Collaborator
☀️ Test successful - status-appveyor, status-travis |
bors added a commit
that referenced
this pull request
May 6, 2018
[beta] Process backports * #50419: rustdoc: Resolve nested `impl Trait`s * #50474: Fix ICE in assertion macro r? @Mark-Simulacrum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes#50358.
Populates
cx.impl_trait_boundsincrementally whilecleaning generic params, so that a synthetic type-parameter can refer to previous ones.cc #50366