-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE on Hyper/Juniper Example #59344
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
Duplicate of #58840 |
Due to various issues, the Rust developers do not currently have a reproducible test case for #58840, and thus its impossible to confirm whether this is a true duplicate of #58840. While I hope we will have a test case for #58840 at some point in the future, it seems misleading and inefficient to have this bug (#59344) closed as a duplicate of #58840. In particular, since this bug has a test case attached, then if that test case continues to persist in the current compiler, then its possible that resolving this bug would actually yield a solution to #58840. Or it might not. We don't know yet without first investigating the state of #59344 with respect to the current rustc compiler. So, reopening and tagging P-high (since its an ICE). |
btw, @jonas-schievink , if there is important reason you wanted one of these two bugs closed, then I recommend closing #58840 as a duplicate of #59344. I know the former is an older bug, and thus one would usually give it precedence (in terms of which is a duplicate of which); but since the latter has strictly more useful information for T-compiler currently, it seems that should outweigh age in this case. |
Okay, I don't mind either way. I just closed this since it had the exact same backtrace as #58840. We can keep both open if this is not clearly a duplicate. |
okay at this point I have verified that this no longer ICE's as of the latest nightly. This does seem like it was indeed a duplicate of #58840. |
I am trying to compile hyper/juniper example:
and got next ICE:
Cargo.toml
The text was updated successfully, but these errors were encountered: