Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upEnsure projections are not counted as constraining type parameters. #26275
Conversation
rust-highfive
assigned
nikomatsakis
Jun 13, 2015
This comment has been minimized.
This comment has been minimized.
|
@bors r+ |
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Jun 15, 2015
This comment has been minimized.
This comment has been minimized.
bors
merged commit 3ca4d92
into
rust-lang:master
Jun 15, 2015
This comment has been minimized.
This comment has been minimized.
|
FYI, this breaks the petgraph crate. The impl block in question is using
Edit, note I'm fixing it as we speak, so for my own sake this is no problem |
This was referenced Jun 16, 2015
arielb1
referenced this pull request
Oct 23, 2015
Closed
Weird error while attempting to break RFC447 #25973
arielb1
referenced this pull request
Nov 19, 2015
Merged
constrained_type_params: make projections depend on their trait-ref #29934
bors
added a commit
that referenced
this pull request
Nov 24, 2015
Sign up for free
to 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.
arielb1 commentedJun 13, 2015
Fixes #26262
Because this rejects code that previously compiled, this is a [breaking-change]
r? @nikomatsakis