Skip to content

sort the existential bounds list in tydecode - #28392

Merged
bors merged 1 commit into
rust-lang:masterfrom
arielb1:sort-bounds-list
Sep 14, 2015
Merged

sort the existential bounds list in tydecode#28392
bors merged 1 commit into
rust-lang:masterfrom
arielb1:sort-bounds-list

Conversation

@arielb1

Copy link
Copy Markdown
Contributor

The sort key is a (DefId, Name), which is not stable between
runs, so we must re-sort when loading.

Fixes#24063
Fixes#25467
Fixes#27222
Fixes#28377

r? @eddyb

The sort key is a (DefId, Name), which is *not* stable between
runs, so we must re-sort when loading.
Fixesrust-lang#24063Fixesrust-lang#25467Fixesrust-lang#27222Fixesrust-lang#28377
@eddyb

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Sep 13, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit 8478acf has been approved by eddyb

@bors

bors commented Sep 14, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 8478acf with merge 009f2cf...

bors added a commit that referenced this pull request Sep 14, 2015
The sort key is a (DefId, Name), which is *not* stable between
runs, so we must re-sort when loading.
Fixes#24063Fixes#25467Fixes#27222Fixes#28377
r? @eddyb
@bors
bors merged commit 8478acf into rust-lang:masterSep 14, 2015
@borsbors mentioned this pull request Sep 14, 2015
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@arielb1@eddyb@bors