-
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
Rust 1.18 ICE regression: assertion failed: !unsize (nightly regression #41604) #41944
Comments
We just hit this as well. Travis CI full example: https://travis-ci.org/johnthagen/rust-belt/jobs/232185624 |
I'm confused. As far as I can tell, this is a known problem -- #41604 -- and is awaiting a backport to beta, which would then fix it there. Shouldn't this be closed? |
@Mark-Simulacrum I'm totally fine with closing if it's a known, solved issue. I just hadn't seen that fix after looking around and wanting to err on the side of reporting. |
Oh, yeah, please do report, it's better to have the report than not have it and miss a regression. However, since I know a lot of people hit this (both on nightly and beta) I'll keep this open to allow them to land here. We can close it in the potential future beta backport PR. |
Once #42053 lands, this should also be fixed on beta. |
Also affects life-0.1.2 cc @lj-ditrapani |
I think I have verified that life-0.1.2 is fixed by #42053. Though I wonder if I've messed up my testing setup. |
Thanks @nikomatsakis. I've also confirmed that life is fixed on beta. |
When compiling image with beta, the following error happens.
This was reported in nightly as #41604 and fixed in nightly. Reported by https://users.rust-lang.org/t/how-to-report-problems-with-rust-beta/10759?u=xfix.
The text was updated successfully, but these errors were encountered: