-
### Describe The Bug
I'll preface this by saying that this issue is not blocking me in any way right now, but I noticed it while debugging some other issues I had so I'm reporting it now.
There's …
-
This is a tracking issue for the Rust 2024-relevant parts of:
- https://github.com/rust-lang/rust/pull/114764
- https://github.com/rust-lang/rustfmt/issues/3370
This issue is for tracking readi…
-
rustfmt wants indentation like this:
```Rust
foo(
// Whatnot
42,
)
.bar() // Same amount of indentation on this line as the previous line with close parenthesis.
```
but rust-mode …
-
Before actually showing the code to anyone, it needs to be rustfmt'd. Yeah, I hate four spaces (among other things), but its gotta be done.
-
I have this macro call [here](https://github.com/fpdotmonkey/gdext/commit/e5ac4fc4bcaf58214567b4fe405a752fb943817b#diff-45c66b90f041a85130206b4044a54b2b7fb9a51933580f93ce27ee8cc0faa3adR404-R408) that …
-
Is it possible to trigger `clippy fix` and `rustfmt`when `rusitc-cargo-run`?
I prefer to just `rusitc-cargo-run` without call `rusitc-cargo-build` before it.
-
Just collecting ideas at this point. Some time around the 1.0 launch we should start prioritising and move discussion to the rustfmt repo.
cc @topecongiro
-
Format all rust files.
(For Hacktoberfest)
-
Take a simple example like
```rust
fn main() {
let s = async_stream::stream! {
for i in 0..3 {
yield i;
}
};
}
```
in a new rust project. Add some spa…
-
### Description
```
$ bazel run //quality:rustfmt_fix
INFO: Analyzed target //quality:rustfmt_fix (0 packages loaded, 0 targets configured).
INFO: Found 1 target...
INFO: Elapsed time: 0.881s, …