-
Could you run rustfmt(-nightly) on the master branch and commit the result?
This should improve readability especially for longer function parameter lists (and make it (selfishly ;-) ) easier for me …
-
Rustfmt has quite high per-run overhead. For example, running repeated benchmarks on my machine gives the following means:
* `echo | rustfmt`: 48 ms
* `cat lib.rs | rustfmt`: 55 ms
Here, `lib.rs` is …
-
Let's get organised. My 2024 Christmas list is:
- [ ] `cargo fmt` formats `Cargo.toml`s: https://github.com/rust-lang/rustfmt/pull/5240
- [ ] Use stable `rust fmt` rather than `rust +nightly fmt`…
-
This is a fuzzer-generated bug, please feel free to close and/or let me know if it's not helpful!
```
rustfmt 1.5.2-nightly (2eaeb1e 2023-04-05)
```
```rust
enum En4 {
V0,
V1,
}
enum _En5 {
…
-
Use [rustfmt](https://github.com/rust-lang/rustfmt) to make the code more consistent and nice.
-
The ocaml re package is used for error messages. But it seems to be crashing when using ocaml 4 on some machines.
- [x] Assess if the packages is really needed or if hax could do without.
- [ ] If it…
-
Notably missing:
- [ ] MSRV
- [ ] Documentation
- [ ] Clippy
- [ ] Rustfmt
- [ ] Changelog (do we want this?)
-
Command:
```sh
cargo +nightly fmt
```
Code:
```rust
use std::arch::asm;
use proptest::prelude::*;
fn main() {}
/// Вычислить d как результат (a * b / c), где при переполнении числа или при
/// д…
-
**Describe the bug**
```
$ cargo fmt
Failed to find targets
cargo-fmt 1.4.18
This utility formats all bin and lib files of the current crate using rustfmt.
USAGE:
cargo fmt [FLAGS] …
-
Trying to format some code and:
```
Error detected while processing function rustfmt#Format:
line 7:
E117: Unknown function: systemlist
E15: Invalid expression: systemlist(command . g:rustfmt_opti…