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
Admittedly, this is a silly case and I don't expect anyone to actually be using this "feature" of Rust, but I thought I should document this low-priority issue that I found a little funny.
The text was updated successfully, but these errors were encountered:
Thanks. Yeah, rustfmt isn't expecting to find a comment between the macro's name println, and the !. My recommendation would be not to put your comment there.
Rust allows placing comments inside macro names between the macro identifier and the exclamation/bang (playground link)
This comment is gobbled by rustfmt:
Admittedly, this is a silly case and I don't expect anyone to actually be using this "feature" of Rust, but I thought I should document this low-priority issue that I found a little funny.
The text was updated successfully, but these errors were encountered: