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
`unnecessary_lazy_eval` show suggestions on multiline lint
Closesrust-lang#8393
changelog: [`unnecessary_lazy_eval`] now shows suggestions for long-line lints
There is no way to write a macro that takes a list of attributes as input, like e.g. this one:
I need this for #3678, since I have a macro there for generating wrappers around extern fns and it needs attributes. Pull request forthcoming.
The text was updated successfully, but these errors were encountered: