-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Enabling Proc Attr Macros
result in error called 'Option::unwrap()' on a 'None' value
#10710
Comments
What is your current rustc version you are running? Might be that you have a recent nightly that changed the proc-macro abi again |
I was using 2021-10-14, and i updated yesterday to the latest available. Both had the same message. |
This crashes because we don't implement I was surprised about this because |
Ok, we have created a new branch now which is using the 0.5rc version that indeed seems to solve it when using stable. Thanks for 'pushing' us to go and update it. |
While coding on the Vaultwarden project and having
Proc Attr Macros
enabled i receive several errors. I receive these errors using a current open PR Macro recursion decrease and other optimizations, else i would receive a macro recursion error.Is there something i can change or do, or can i provide some more information to help and solve this :).
The text was updated successfully, but these errors were encountered: