-
Asking this in response to https://github.com/rust-lang/rustfmt/issues/6332.
Not sure if this is a style guide bug, a rustfmt bug, or if the style guide is underspecified (or maybe I'm looking in the…
-
https://github.com/nrc/rustfmt
-
#### Question
What is the recommended way to format html and rust code within the `html!` macro invocation?
#### What I've tried (optional)
rustfmt 1.4.14 - doesn't (re)format anything …
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Context:
- I have a multi-crate repo with some crates utilising rustc_private.
- Crates that…
-
* rust.vim version: 87c745d (latest `master`) installed through [vim-plug](https://github.com/junegunn/vim-plug)
* OS: macOS 10.15.7
* Terminal: alacritty 0.7.2 (5ac8060)
Steps to reproduce:
…
-
#5704 introduced an option to use `Rustfmt` instead of the built-in formatter (in the case of explicit whole file formatting). The option is disabled by default. It can be enabled in `Settings | Langu…
-
If you run rustfmt and it errors out, it currently just "beeps" and suggests you switch over to `*rustfmt*`. I think this should be treated like a failed compilation; we should split the frame into tw…
-
This issue is to track enabling `wrap_comments` feature in `rustfmt` to put to rest all discussions about where and when to wrap comments.
Also see: https://near.zulipchat.com/#narrow/stream/300659…
-
Thanks for making this docker image. I'm using it with Gitlab CI. One issue is that many nightly versions [have no rustfmt or clippy](https://github.com/actions-rs/toolchain/issues/53).
How about…
-
On all of our repos we have a CI check that ensures rustfmt has been run and fails the build if it has not, and we are experimenting with changing to use the `actions-rs` action for just that instead …