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
When using an attribute macro with a function-like syntax:
#[my_macro(Item1,Item2,Item3)]fnmy_fun(){}
rust fmt can give up if the arguments to the macro are types with generic parameters. If the macro line is too long and should be rewritten in several lines, rust fmt doesn't handle the situation at all: