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
On a cursory skim the only duplicate I found was #2896, which is closed and locked without any resolution. Honestly I am a bit taken aback by the fact this bug from 2018 still seems to be around. I also noticed there are quite a few issues for this error caused by a wide variety of (valid) code patterns. Is there any path forward to fixing these? Is there guidance available if I wanted to try and fix this? Maybe it is already known what would have to be changed?
The text was updated successfully, but these errors were encountered:
As the title says, the following code leads to an internal error:
Link to playground: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=0714c35f8e91a1bb365a8059fa532329
The exact error message:
rustfmt version: 1.8.0-stable
Alternative: This also happens with a linebreak before the second
id
in the additionhttps://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=b12719274b196887bbd5691c063a173f
On a cursory skim the only duplicate I found was #2896, which is closed and locked without any resolution. Honestly I am a bit taken aback by the fact this bug from 2018 still seems to be around. I also noticed there are quite a few issues for this error caused by a wide variety of (valid) code patterns. Is there any path forward to fixing these? Is there guidance available if I wanted to try and fix this? Maybe it is already known what would have to be changed?
The text was updated successfully, but these errors were encountered: