Skip to content

Normalize bounds that we extract from where clauses. Fixes #20765. #20789

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged

Conversation

nikomatsakis
Copy link
Contributor

Normalize bounds that we extract from where clauses. Fixes #20765.

r? @nick29581
cc @jroesch

@@ -219,7 +219,7 @@ pub enum Vtable<'tcx, N> {

/// Successful resolution to an obligation provided by the caller
/// for some type parameter.
VtableParam,
VtableParam(Vec<N>),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comment explaining what the vec is

@nrc
Copy link
Member

nrc commented Jan 11, 2015

r=me with the comment

@nikomatsakis nikomatsakis force-pushed the issue-20765-normalize-where-clause branch from 2c0cdeb to 47424cd Compare January 12, 2015 14:24
bors added a commit that referenced this pull request Jan 12, 2015
…clause, r=nrc

Normalize bounds that we extract from where clauses. Fixes #20765.

r? @nick29581 
cc @jroesch
@bors bors merged commit 47424cd into rust-lang:master Jan 12, 2015
@nikomatsakis nikomatsakis deleted the issue-20765-normalize-where-clause branch March 30, 2016 16:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Normalization of projections in where clauses
3 participants