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
rustfmt 1.5.1-nightly (9243168 2022-08-31)
rustfmt.toml:
format_macro_matchers = true format_macro_bodies = true format_strings = false
code won't format
macro_rules! test { ($( $v:expr ),*) => { $( $v),* }; }
The text was updated successfully, but these errors were encountered:
I believe that's intentional. See #2410 and the linked issues, but long story short rustfmt doesn't support formatting repetitions at the moment.
Sorry, something went wrong.
No branches or pull requests
rustfmt 1.5.1-nightly (9243168 2022-08-31)
rustfmt.toml:
code won't format
The text was updated successfully, but these errors were encountered: