-
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
ICE on Beta when matching on not a tuple variant or struct #56235
Comments
I'm guessing #55742 needs a backport |
Re:tags: This is a regression both from stable to beta and from stable to stable. IOW, the bug is present in current 1.30.1 stable (but was not in 1.29.0). |
@oli-obk I'm just confused why that PR is not already backported to beta. But I agree it is not (was just checking). |
Oh, sorry, I was reading #55803 was "beta backport rollup", but it's just an ordinary rollup. OK. |
Created #56240 with a backport |
Fixed in #56240 |
The following code on latest beta (rustc 1.31.0-beta.17 (1a4f1f3 2018-11-25))
results in ICE
backtrace
Latest nightly (rustc 1.32.0-nightly (6acbb5b 2018-11-25)) does not result in ICE.
I would guess whatever fix there was in nightly should be backported to beta/stable as well.
P.s: is not a problem on 1.29.0 stable. Is a problem on 1.30.1
The text was updated successfully, but these errors were encountered: