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
pubtraitFoo{typeBarwhereSelf:Sized;}implFooforu8{// note: there is a space between `u16` and LineFeedtypeBar = u16whereSelf:Sized;}
I got the error:
$ cargo fmt
error[internal]: left behind trailing whitespace
--> \\?\D:\foo\src\a.rs:9:9:19
|
9 | type Bar = u16
| ^
|
warning: rustfmt has failed to format. See previous 1 errors.