-
Notifications
You must be signed in to change notification settings - Fork 898
New issue
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
rustfmt deletes comments inbetween semicolons #4018
Labels
Comments
ayazhafiz
added a commit
to ayazhafiz/rustfmt
that referenced
this issue
May 17, 2020
ayazhafiz
added a commit
to ayazhafiz/rustfmt
that referenced
this issue
May 20, 2020
calebcartwright
pushed a commit
that referenced
this issue
May 20, 2020
* Preserve comments in empty statements Closes #4018 * fixup! Preserve comments in empty statements
bradleypmartin
pushed a commit
to bradleypmartin/rustfmt
that referenced
this issue
May 25, 2020
* Preserve comments in empty statements Closes rust-lang#4018 * fixup! Preserve comments in empty statements
calebcartwright
pushed a commit
to calebcartwright/rustfmt
that referenced
this issue
Oct 24, 2020
* Preserve comments in empty statements Closes rust-lang#4018 * fixup! Preserve comments in empty statements
calebcartwright
pushed a commit
that referenced
this issue
Oct 24, 2020
* Preserve comments in empty statements Closes #4018 * fixup! Preserve comments in empty statements
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Two issues I found while messing with this, first
See playground.
And rustfmt panics if you have a block-comment inside two semicolons, like
See playground.
The text was updated successfully, but these errors were encountered: