-
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
Regression from stable: "Unexpected tail in unsized_info_ty" #42210
Comments
It looks like this function ( |
Using the bisect-rust tool I've bisected the regression to commit 9fa25a7, PR #42015 |
Huh, interesting. I sort of expect this program to be an error, because (IIRC) in tuples we do not permit unsized types, but maybe that's not true or I'm misremembering. |
We permit the final member of a tuple to be unsized: rust-lang/rfcs/pull/1592 |
ok, that makes sense |
triage: P-high I'll investigate and try to stay on top of this. Oddly, I'm not reproducing on my local build, though it includes a few further changes. |
I am unable to reproduce as well in the same nightly as playpen uses on both macOS and Ubuntu, so there is something interesting going on here for sure I think. |
Confirmed. The ICE is reproducible in Should we add a test and close this, or should we investigate? |
Niko fixed this in #42251 but put the wrong issue on the fixes line. Closing. |
Huh, I wasn't able to reproduce with the 05-27 nightly, but that may have been a fluke of my environment; not sure. I'm fine with closing of course, though. |
There's been a regression in a recent nightly regarding dispatch on unsized types:
https://is.gd/NjyQaO
The text was updated successfully, but these errors were encountered: