-
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
Add support for all variants of ast::WherePredicate
in clean/mod.rs
#20048
Labels
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Comments
jroesch
changed the title
Add support for the different variants of
Add support for all variants of Dec 19, 2014
ast::WherePredicate
in clean/mod.rsast::WherePredicate
in clean/mod.rs
bstrie
added
the
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
label
Dec 20, 2014
jroesch
added a commit
to jroesch/rust
that referenced
this issue
Dec 23, 2014
Adds support for all variants of ast::WherePredicate in clean/mod.rs. Fixes rust-lang#20048, but will need modification when EqualityPredicates are fully implemented in rust-lang#20041.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is related to #20041 and #20002. We currently only support the cleaning of the
BoundPredicate
variant, we should supportRegionPredicate
, and once implementedEqualityPredicate
as well.The text was updated successfully, but these errors were encountered: