Yacin Tmimi

Results 716 comments of Yacin Tmimi

@calebcartwright is it fine to remove [`error-chain`](https://github.com/rust-lang-deprecated/error-chain) from our integration tests? The project is archived and it seems that the tests don't build anymore with the nightly version we're bumping...

> > @calebcartwright is it fine to remove [`error-chain`](https://github.com/rust-lang-deprecated/error-chain) from our integration tests? The project is archived and it seems that the tests don't build anymore with the nightly version...

closing in favor of #6188

@inodentry Thanks for reaching out. I agree the formatting with `dyn` looks a little odd. @calebcartwright is this something we need to put on `t-styles` radar? From what I can...

@calebcartwright If we're going to do a sync we should update the changelog. I've started that on #6004, but there are a few other fixes that I merged that don't...

That said, we can probably wait to merge this until after the sync

[Diff check job passed ✅](https://github.com/rust-lang/rustfmt/actions/runs/9946841622/job/27478247311)

@workingjubilee If you could take this diff and create a snippet that someone can direclty run rustfmt on to reproduce the issue that would be very helpful. Also, what version...

@Zalathar Thanks for the report. I believe this is related to / is a duplicate of #4108.

When I run `cargo run --bin rustfmt` on the latest commit d5f1200ed6a8e375f963e0c59a8bee45c0018c55 this is what I get. **Input**: ```rust fn main() { f(0, 1,); // f() //~^ error: this function...