-
Formatting the following code with `cargo fmt` leaves behind a space and curly braces.
Before:
```rust
use core::{
slice,
fmt::{},
};
```
(there are 4 spaces on the seemingly e…
-
### Did you check existing requests?
- [X] I have searched the existing issues
### Describe the feature
Provide different range formatting strategy(or mode): it would firstly extract the selected l…
-
We have header files with the following definition, which should use the largest unsigned long value:
```
#define CK_UNAVAILABLE_INFORMATION ~0UL
```
These are different on 32b and 64b architectures (…
-
Is this project interested in BigTiff being added? c.f. https://github.com/gufo-rs/gufo/issues/1
It looks like this project isnt exposing the IDF offsets in the public interface, so probably wont …
-
is there rustfmt-like tools for wit files?
otherwise, this is a feature request.
moved from: https://github.com/bytecodealliance/wit-bindgen/issues/710
yamt updated
3 months ago
-
[Currently,](https://github.com/rust-analyzer/rust-analyzer/blob/8c078147b50f114d26247b198928ffcf7286aae0/crates/rust-analyzer/src/handlers.rs#L1781) rust-analyzer always assumes that rustfmt exiting …
-
OS: 14.2.1 (23C71) Mac M1
VSCode version: Version: 1.78.2 (Universal)
_Commit: b3e4e68a0bc097f0ae7907b217c1119af9e03435
Date: 2023-05-10T14:44:45.204Z
Electron: 22.5.2
Chromium: 108.0.5359.2…
-
`rustfmt` messages usually starts with line similar to this:
```
Diff in /home/runner/some/random/path.rs at line 135:
```
We could probably add the problem matcher similar to [rust one](https…
-
The milestone feature that @Mark-Simulacrum added recently is very helpful to visualize when a PR will be in a stable release. I think it might be nice to extend it to other repos like:
* ~~cargo~~…
-
## Example
This is the minimal example of the issue I was running into, but some of the tests (talked about below),
also do this, despite having 2 meta-variables.
```diff
macro_rules! test_macro …