-
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
Procedural macro error #37844
Comments
This is probably similar to #37788, which should be fixed in the next nightly. |
Hmm, I am still seeing the error with this nightly version:
Perhaps the patch is going to be in the upcoming nightly? |
Running this myself, I get the same error message as the issue I linked.
It also looks like the latest nightly failed, so keep an eye out until the next one is released. |
@keeperofdakeys Thanks for following up. I will close this ticket when things settle with the issue. |
Hi, I'm having this problem too. Is there a way to track when the next nightly release will be? Or is there a previous nightly version that one can override to in order to temporarily avoid this bug? |
The latest nightly appears to fix the issue. |
While trying to test out a simple function for the reqwest module, I found an odd error when trying to derive serde's
Deserialize
trait on a custom type.Sample code (please see comment below on how to run):
Meta:
Backtrace:
In order to run the example you will need to apply this patch I have been working on in order to add a helper function for reqwest. It can be found here. The base commit is seanmonstar/reqwest@6967f92
The text was updated successfully, but these errors were encountered: