-
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 using new attributes(..) section of #[proc_macro_derive] #37788
Comments
I can confirm that this ICE also happens with my own derive crate, which worked on the original PR that I submitted. So I suspect that another PR may have changed something. However, there are rpass-fulldeps tests, so I'm not sure how this snuck through. Note that the derive crate itself compiles fine, the ICE only happens when compiling a crate which uses a derive crate. When I get some time, I'll start investigating this. I'm unfamiliar with the code where the panic is happening, but it must be related to my PR somehow. |
Happened upon this bug on a project using Serde:
|
This was caused by #37542 -- I'll fix today. |
Fixed in #37793. |
I'm seeing an ICE at this commit: sfackler/rust-postgres-derive@50d93bd
Not sure if it's a derive issue or an issue with that lint - cc @keeperofdakeys
The text was updated successfully, but these errors were encountered: