-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE encountered on pattern guard of nested match #3601
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Here's a minimized test case: https://gist.github.com/3791204 |
Possible dup of #2869 |
Maybe related, but the backtrace seemed to be different. Methinks someone needs to do a code review of pattern/guard code :-) |
Code... re...view? ;-) |
I believe the two bugs are independent. I THINK #2869 is a crash in trans vs this which appears to be a crash in the exhaustiveness checking code. |
This does not produce ICE on HEAD anymore. |
@youknowone As of 82062a6 , this code does still produce the same ICE that was originally reported. |
I've run old test. thanks. |
Can close once #5152 (fixing the test case) lands. |
Add test explorer This PR implements the vscode testing api similar to rust-lang#14589, this time using a set of lsp extensions in order to make it useful for clients other than vscode, and make the vscode client side logic simpler (its now around ~100 line of TS code) Fix rust-lang#3601
a bit of intrinsics organization
The text was updated successfully, but these errors were encountered: