Open
Description
Minimal reproducer:
fn this_is_a_very_long_name_to_lengthen_the_expression_so_that_rustfmt_does_not_join_the_lines() {}
fn main() {
match () {
_ => /* (whitespace here) => */
this_is_a_very_long_name_to_lengthen_the_expression_so_that_rustfmt_does_not_join_the_lines(),
}
}
Output:
error[internal]: left behind trailing whitespace
--> stdin:5:5:40
|
5 | _ => /* (whitespace here) => */
| ^
|
warning: rustfmt has failed to format. See previous 1 errors.