We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Running rustfmt-nightly panics when encounter a space character between a type field and a method. See the example.
rustfmt-nightly
To Reproduce
Link to playground
You can see a whitespace character between 0. and abs() which freaks out rustfmt
0.
abs()
Try to apply rustfmt in the playground and you'll an error.
Meta
env CFG_RELEASE_CHANNEL=nightly CFG_RELEASE=1.47.0-nightly cargo +nightly install --force rustfmt-nightly
The text was updated successfully, but these errors were encountered:
Duplicate of #4355, resolved in the upcoming 1.4.23 release
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Running
rustfmt-nightly
panics when encounter a space character between a type field and a method. See the example.To Reproduce
Link to playground
You can see a whitespace character between
0.
andabs()
which freaks out rustfmtTry to apply rustfmt in the playground and you'll an error.
Meta
env CFG_RELEASE_CHANNEL=nightly CFG_RELEASE=1.47.0-nightly cargo +nightly install --force rustfmt-nightly
The text was updated successfully, but these errors were encountered: