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

Issue 6355 perf regression #6373

Closed

Conversation

nikomatsakis
Copy link
Contributor

Fix #6355 and #6272---we were not giving the correct index to the derefs that occur as part of the rooting process, resulting in extra copies and generally bogus behavior. Haven't quite produced the right test for this, but I thought I'd push the fix in the meantime. Test will follow shortly.

r? @graydon

bors added a commit that referenced this pull request May 9, 2013
…=graydon

Fix #6355 and #6272---we were not giving the correct index to the derefs that occur as part of the rooting process, resulting in extra copies and generally bogus behavior. Haven't quite produced the right test for this, but I thought I'd push the fix in the meantime. Test will follow shortly.

r? @graydon
@bors bors closed this May 9, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 20, 2020
…ins_when_const_fn, r=llogiq

Fix FP of `manual_range_contains` in `const fn`

Fix rust-lang#6373.

changelog: Fix FP of `manual_range_contains` in `const fn`
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