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
The expression a.0.1; on a line in the body of a function panics rustfmt.
a.0.1;
To Reproduce
Try to format:
fn main() { a.0.1; }
Expected behavior
No crash, since this is well formed rust code (and would compile if we cluttered the reproducer with a definition of a).
a
Meta
rustfmt 1.4.20-stable (48f6c32 2020-08-09)
rustup
rustfmt
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
The expression
a.0.1;
on a line in the body of a function panics rustfmt.To Reproduce
Try to format:
Expected behavior
No crash, since this is well formed rust code (and would compile if we cluttered the reproducer with a definition of
a
).Meta
rustfmt 1.4.20-stable (48f6c32 2020-08-09)
rustup
rustfmt
The text was updated successfully, but these errors were encountered: