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
Unfortunately, this isn't possible to solve with a proc macro. Proc macros run before any useful type information is available, so the only thing they have to go on is the actual type names that are present in the definition of the decorated type.
Currently it will generate false positives on cases like:
and false negatives on cases like:
The text was updated successfully, but these errors were encountered: