Yacin Tmimi
Yacin Tmimi
Thanks for the report. Confirming I can reproduce this the latest master rustfmt 1.7.1-nightly (1a70f40d7f 2024-09-03)
@gui1117 have you started looking into this issue?
@gui1117 no worries. Based on https://github.com/rust-lang/rustfmt/issues/6316#issuecomment-2339597525 I thought maybe you'd looked through the code. > Not really, and I would prefer not because I struggle to understand the code. It's...
@Rawk just a heads up, the team strongly discourages merge commits. No need to change that right now, but moving forward please rebase your changes in order to get your...
Awesome! Yeah, the team knows about those settings, and we'd definitely turn them on if we didn't need to allow merge commits for our subtree syncs with the `rust-lang/rust` repo.
@Rawk appreciate you trying to keep the PRs up to date, though rebasing the PRs every time there are new changes in master is a little unnecessary. Especially if you've...
Thanks for the report. I'm fairly certain this is a duplicate, but I can't find the issue right now
I need to think on this. It's not something that we originally intended to do, and I don't know if there's much appetite for a member of the rustfmt team...
No update. I don't think anyone is working on this.
Thanks for the report. Confirming I can reproduce this with rustfmt 1.8.0-nightly (c6c8159bbc 2025-02-27) **Input**: ```rust idx!( #[derive(Debug)] pub struct FooIdx; // rustfmt adds a comma here Meta ); ```...