Yacin Tmimi
Yacin Tmimi
I didn't have as much time as I thought to dig into the formatting diff yesterday. I'd like to review the changes carefully before we merge any subtree-push so that...
@fee1-dead It's possible that there's some sort of mismatch here. I know we need to update the `Diff-Check` to pass the `style-edition` instead of the old `version` config (right now...
Just want to note that rustfmt defaults to using `edition=2015` if it's not explicitly specified in the `rustfmt.toml` so it might also be useful to add an `--edition` argument as...
What version of rustfmt are you using? Also, what rust language edition and what rustfmt style_edition are you using? Are there any other non default rustfmt configurations that you might...
I'm unable to reproduce a panic with either input
Is the panic reproducible with earlier nighty versions? Just based off the panic message this looks like a parser error, which isn't controlled by rustfmt. That's upstream in the compiler....