Yacin Tmimi
Yacin Tmimi
@Andlon thanks for the report. This definitely feels like a distinct formatting issue. When you get a chance can you run `rustfmt +1.77.1 --version` and `rustfmt +nightly --version` so we...
Thanks for the extra info! I'm also guessing that the playground uses default options, and I think it's unlikely that the configuration options you're currently using lead to this issue.
@correabuscar my guess is that this is unrelated. rustfmt doesn't format macros that use repetition so that likely explains why your manual edits are left unchanged.
@berrymot for some context, rustfmt won't format the content of macro calls that use brace delimiters so if the programmer leaves leading or trailing spaces within the braces rustfmt isn't...
confirming this is still reproducible with `rustfmt 1.5.1-nightly (a451a39d 2022-07-25)`
Linking the tracking issue for `format_macro_matchers` (https://github.com/rust-lang/rustfmt/issues/3354)
@InsertCreativityHere thanks for taking the time to look into this, and for the clear explanation of the issue
Thanks for the report. Just want to understand how you're calling rustfmt. Are you running rustfmt directly on a file or is it your editor that's invoking rustfmt?
Linking the tracking issue `format_code_in_doc_comments` https://github.com/rust-lang/rustfmt/issues/3348
@feds01 by the way, what version of rustfmt are you using?