Skip to content

Fix subtle error in caching during kind computation that could cause lin...#4848

Closed
nikomatsakis wants to merge 1 commit intorust-lang:incomingfrom
nikomatsakis:issue-4821-bad-kind-computation
Closed

Fix subtle error in caching during kind computation that could cause lin...#4848
nikomatsakis wants to merge 1 commit intorust-lang:incomingfrom
nikomatsakis:issue-4821-bad-kind-computation

Conversation

@nikomatsakis
Copy link
Contributor

...ear

values to be copied. Rewrite kind computation so that instead of directly
computing the kind it computes what kinds of values are present in the type,
and then derive kinds based on that. I find this easier to think about.

Fixes #4821.

r? @catamorphism

…linear

values to be copied.  Rewrite kind computation so that instead of directly
computing the kind it computes what kinds of values are present in the type,
and then derive kinds based on that. I find this easier to think about.

Fixes rust-lang#4821.
@catamorphism
Copy link
Contributor

( @nikomatsakis , my questions still apply but I didn't want to hold this up any further :-)

@nikomatsakis
Copy link
Contributor Author

@bors: retry

bors added a commit that referenced this pull request Feb 9, 2013
…on, r=catamorphism

...ear

values to be copied.  Rewrite kind computation so that instead of directly
computing the kind it computes what kinds of values are present in the type,
and then derive kinds based on that. I find this easier to think about.

Fixes #4821.

r? @catamorphism
@bors bors closed this Feb 9, 2013
@nikomatsakis nikomatsakis deleted the issue-4821-bad-kind-computation branch March 30, 2016 16:15
RalfJung added a commit to RalfJung/rust that referenced this pull request Feb 16, 2026
…2-0.20.4

Bump git2 from 0.20.2 to 0.20.4
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