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
If one wants to provide their own formatting macros (either as proc-macro or wrappers around existing formatting macros), they will get the lint at every call-site.
How does the lint check that a macro is a formatting macro? Does it have access to attributes declared on the macro definition?
If there is (or will be) such a feature, it should be documented in the lint documentation.
Description
If one wants to provide their own formatting macros (either as proc-macro or wrappers around existing formatting macros), they will get the lint at every call-site.
How does the lint check that a macro is a formatting macro? Does it have access to attributes declared on the macro definition?
If there is (or will be) such a feature, it should be documented in the lint documentation.
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: