Bad formatting for nested tuple field accesses on style_edition
< 2024 when the accesses are formatted on different lines.
#6433
Labels
style_edition
< 2024 when the accesses are formatted on different lines.
#6433
The following is output of rustfmt:
Note that the second
.0
is offset by a single space. I know that this is because of compatibility with old rustc versions that lexed.0.0
as a float (i.e. #4355 (comment)).However, in this case, the additional space is not needed -- they are on different lines (and in fact have multiple spaces just because of the indentation).
The text was updated successfully, but these errors were encountered: