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
This is a great! It's interesting that they're not part of the list of builtin macros. They are implemented in the rustc_lint_defs crate in rustc. I think there might be a reason as to why they're not regular builtins but I haven't looked into it yet. Maybe we can implement them as regular builtins?
I noticed that builtin lint check macro is still missing. An example for lint check.
There are features in lint check:
It'll be easier to implement this if I get some suggestions from you guys.
The text was updated successfully, but these errors were encountered: