Skip to content

Rollup of 2 pull requests - #61565

Closed
Centril wants to merge 29 commits into
rust-lang:masterfrom
Centril:rollup-w18ayjn
Closed

Rollup of 2 pull requests#61565
Centril wants to merge 29 commits into
rust-lang:masterfrom
Centril:rollup-w18ayjn

Conversation

@Centril

Copy link
Copy Markdown
Contributor

Successful merges:

Failed merges:

r? @ghost

varkorand others added 29 commits June 5, 2019 16:45
…ikomatsakis,Centril
Implementation of RFC 2289 (associated_type_bounds)
This PR implements the [`asociated_type_bounds` feature](https://github.com/rust-lang/rfcs/blob/master/text/2289-associated-type-bounds.md).
Associated type bounds are implemented in:
- function/method arguments and return types
- structs, enums, unions
- associated items in traits
- type aliases
- type parameter defaults
- trait objects
- let bindings
CC @nikomatsakis@Centril
… r=eddyb
Refactor `TypeVariableOrigin`
Removes some unused variants and extracts the common `Span` field.
As suggested in rust-lang#59008 (comment).
r? @eddyb
@CentrilCentril closed this Jun 5, 2019
@Centril
Centril deleted the rollup-w18ayjn branch June 5, 2019 22:25
@Centril

Copy link
Copy Markdown
ContributorAuthor

(This was just for conflict testing)

@rust-highfive

Copy link
Copy Markdown
Contributor

Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@CentrilCentril added the rollup A PR which is a rollup label Oct 24, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Centril@rust-highfive@varkor@alexreg@nikomatsakis