Yacin Tmimi
Yacin Tmimi
@eval-exec thanks for offering to help. You can assign yourself to this issue by commenting `@rustbot claim`. A little bit about what's going on here; It's technically true that the...
@eval-exec thanks for the info!
Here's the tracking issue for `builtin #` https://github.com/rust-lang/rust/issues/110680 syntax. From what I can tell this is experimental syntax. > I think we need to treat `builtin # offset_of(container, fields) `as...
Linking the tracking issue for `imports_granularity` https://github.com/rust-lang/rustfmt/issues/4991
@rscprof I also want to say thanks for another PR 🙏🏼! I see you've opened several recently. Out of curiosity, are these issues that you're trying to fix because you've...
@junbl thank you for the report. Confirming I can reproduce this with the latest source version of `rustfmt 1.7.0-nightly (cedb7b50 2024-01-25)`. Some workarounds until we address this: 1. You can...
Oh, and I'm not sure if this is an option for you, but if the rust playground link shows how you'll actually call the macro (with a single identifier, like...
> I'd like to hold off on merging this till the next-next sync & release (assuming we are still on track to get let-chains in quickly) given the diff it'll...
> @ytmimi do you think we should pull this in as part of the next release? I imagine this would need to be prefaced with a blog post and some...
I'm expecting to see some changes now that we actually format trailing where clauses, but let's see what the [Diff-Check](https://github.com/rust-lang/rustfmt/actions/runs/7661811341/job/20881893858) reveals. Edit: The job failed but includes a lot of...