Skip to content

Add support for all variants of ast::WherePredicate in clean/mod.rs #20048

Closed
@jroesch

Description

@jroesch
Member

This is related to #20041 and #20002. We currently only support the cleaning of the BoundPredicate variant, we should support RegionPredicate, and once implemented EqualityPredicate as well.

Activity

changed the title [-]Add support for the different variants of `ast::WherePredicate` in clean/mod.rs[/-] [+]Add support for all variants of `ast::WherePredicate` in clean/mod.rs[/+] on Dec 19, 2014
tomjakubowski

tomjakubowski commented on Dec 20, 2014

@tomjakubowski
Contributor

I'll get on this once #20002 lands, or if you prefer and think the types are relatively stable I can send you a patch to add to #20002 (it should be relatively small).

added
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
on Dec 20, 2014
jroesch

jroesch commented on Dec 20, 2014

@jroesch
MemberAuthor

I made some progress on #20049 earlier today, might want to wait until that lands since it changes the types slightly. I think #20002 should be good to go as soon as Niko gives the final okay.

added a commit that references this issue on Dec 23, 2014
6948a2d
added a commit that references this issue on Dec 25, 2014

auto merge of #20180 : jroesch/rust/clean-where-predicate, r=alexcric…

5ba6102
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @tomjakubowski@jroesch@bstrie

      Issue actions

        Add support for all variants of `ast::WherePredicate` in clean/mod.rs · Issue #20048 · rust-lang/rust