You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...then the error shows up only if the invocation is inside a function body, not when it's in item position. (of course, the fact that you can call a custom derive like that is itself a bug)
The text was updated successfully, but these errors were encountered:
When we expand custom
#[derive]
s and attribute macros, we seem to ignore their errors.Interestingly, if you do this:
...then the error shows up only if the invocation is inside a function body, not when it's in item position. (of course, the fact that you can call a custom derive like that is itself a bug)
The text was updated successfully, but these errors were encountered: