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
Rustfmt fails with error[internal]: left behind trailing whitespace when formatting attributes that have arguments with trailing whitespace + non-meta format.
#[my_attr(aa bb )]// spaces ^fnf(){}
#[my_attr( aa bb // (spaces at beginning of previous line))]fnf(){}