-
The parser fails, if the `vk.xml` has an enum without `value`-attribute. It can't parse the `alias`. Happens in `vk.xml v1.1.70`
Edit: You never handle any alias-names
Edit: To be honest, your e…
-
`Shape` is one of the key abstractions in Rustfmt, representing the space into which an AST node can be written. Unfortunately it is a mess - the structure is weird, the fields are badly named, and th…
-
Given the following code:
```rust
//! Foobar
#![doc = "baz"]
// Allow some lints
#![allow(unknown_lints)]
```
...rustfmt removes the newline separating the crate-level doc comment from th…
-
## What problem does this solve or what need does it fill?
Keeping lines to a fixed width makes them easier to read, and avoids noisy commits as this is periodically fixed.
## What solution woul…
-
```
warning: variant `Warning` is never constructed
--> src/event.rs:8:5
|
5 | pub enum AppStatus {
| --------- variant in this enum
...
8 | Warning(String),
| ^^^^^^^
…
-
I am running vscode in a sandbox which leads to `~/.rustup/toolchains' being read-only from the POV of vscode and RA. This usually works fine, except when I open the Miri workspace; then I get the fol…
-
Afaik this is a component of `rustup` which is not used in this environment?
![image](https://user-images.githubusercontent.com/11302521/129553112-9b757ff7-5a5e-4cab-9269-d4fd6af000a3.png)
### N…
-
For some reason, `cargo-msrv` now refuses to run in _any_ project on my computer:
```console
$ cargo new foobar
Created binary (application) `foobar` package
$ cd foobar/
$ cargo msrv
Fetch…
-
## Environment
* 0.4.185.5086-222
* rustc 1.66.0 (69f9c33d7 2022-12-12)
* IntelliJ #IU-222.4459.24
* MacOS
## Problem description
When using a framework like Dioxus that relies on a proc m…
-
I've been testing `clippy --fix` since #5363 got merged, and it's working great ❤️.
I've been thinking on integrating it into my editor similar to how `rustfmt` runs when I save a file.
Currentl…