Open
Description
Code
fn main() {
let number =
// A comment
1;
}
Error
error[internal]: left behind trailing whitespace
--> /playground/src/main.rs:2:2:17
|
2 | let number =
| ^
|
warning: rustfmt has failed to format. See previous 1 errors.
Version
1.4.37-nightly (2021-10-05 25ec827)
(current version on the playground)