-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
#102750 regresses layout size of Cow<> #105371
Comments
I'm working on improving the niche placement logic, #104807 |
Also note that |
Sure, sure, I know that, I wasn't trying to imply otherwise. I just figured that it was probably unintended given the PR that introduced it. Thanks for your work on struct layout optimizations, they're great! :) |
WG-prioritization assigning priority (Zulip discussion). @rustbot label -I-prioritize +P-medium |
This shipped :( |
@rustbot modify labels -regression-from-stable-to-beta +regression-from-stable-to-stable |
Passes on stable and beta but not on Nightly.
I bisected it, results below which point to #102750:
searched nightlies: from nightly-2022-10-20 to nightly-2022-12-06
regressed nightly: nightly-2022-11-24
searched commit range: ff8c8df...70f8737
regressed commit: 4e0d0d7
bisected with cargo-bisect-rustc v0.6.5
Host triple: x86_64-unknown-linux-gnu
Reproduce with:
@rustbot modify labels: +regression-from-stable-to-nightly -regression-untriaged
cc: @nnethercote @the8472 @wesleywiser
The text was updated successfully, but these errors were encountered: