-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
rustc crash #61589
Comments
I can't seem to reproduce this, so maybe this is an incremental compilation problem. Can you try running |
Now it works, but I fear I've lost information that might have helped track it down. |
@jeff-davis do you perhaps remember the changes you made to the code before the ICE first appeared? |
I repro'd it building |
Yep, can reproduce on 1.35.0. It appears to be already fixed on beta and nightly though. |
Thanks! |
Yeah this should've been fixed by #57698, to be specific. Closing as fixed. |
Can be reproduced with jeff-davis/postgres-extension.rs@8c12f12 by
cargo build
of theexamples/udf-spi
.The text was updated successfully, but these errors were encountered: