Skip to content
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

sort the existential bounds list in tydecode #28392

Merged
merged 1 commit into from
Sep 14, 2015

Conversation

arielb1
Copy link
Contributor

@arielb1 arielb1 commented Sep 13, 2015

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.

Fixes rust-lang#24063
Fixes rust-lang#25467
Fixes rust-lang#27222
Fixes rust-lang#28377
@eddyb
Copy link
Member

eddyb commented Sep 13, 2015

@bors r+

@bors
Copy link
Contributor

bors commented Sep 13, 2015

📌 Commit 8478acf has been approved by eddyb

@bors
Copy link
Contributor

bors commented Sep 14, 2015

⌛ 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 #24063
Fixes #25467
Fixes #27222
Fixes #28377

r? @eddyb
@bors bors merged commit 8478acf into rust-lang:master Sep 14, 2015
Sign up for free to 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