Skip to content

Use the local cache for trait selection in all non-empty environments#22028

Merged
bors merged 1 commit into
rust-lang:masterfrom
nikomatsakis:issue-22019-caching
Feb 10, 2015
Merged

Use the local cache for trait selection in all non-empty environments#22028
bors merged 1 commit into
rust-lang:masterfrom
nikomatsakis:issue-22019-caching

Conversation

@nikomatsakis

Copy link
Copy Markdown
Contributor

Simplify cache selection by just using the local cache whenever there
are any where-clauses at all. This seems to be the simplest possible
rule and will (hopefully!) put an end to these annoying "cache leak"
bugs. Fixes #22019.

r? @aturon

are any where-clauses at all. This seems to be the simplest possible
rule and will (hopefully!) put an end to these annoying "cache leak"
bugs. Fixes rust-lang#22019.
@aturon

aturon commented Feb 9, 2015

Copy link
Copy Markdown
Contributor

@bors: r+ acaad3a

bors added a commit that referenced this pull request Feb 10, 2015
Simplify cache selection by just using the local cache whenever there
are any where-clauses at all. This seems to be the simplest possible
rule and will (hopefully!) put an end to these annoying "cache leak"
bugs. Fixes #22019.

r? @aturon
@bors

bors commented Feb 10, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit acaad3a with merge 88d8ba5...

@bors

bors commented Feb 10, 2015

Copy link
Copy Markdown
Collaborator

@bors bors merged commit acaad3a into rust-lang:master Feb 10, 2015
@nikomatsakis nikomatsakis deleted the issue-22019-caching branch March 30, 2016 16:14
lnicola pushed a commit to lnicola/rust that referenced this pull request Apr 20, 2026
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.

Cache failure when environment contains predicates with free lifetimes

3 participants