Arseniy Pendryak

Results 89 comments of Arseniy Pendryak

Let's keep it open since #6908 is not enabled yet

> On the latest release (0.4.178.4873-222) use of GAT is has error lints (red) unless #![feature(generic_associated_types)] is added. This was correct until GAT was stabilised in nightly recently (1.66-nightly). Now...

Actually, I faced with this problem recently myself once, but I can't reproduce it now. @mylvghb could you provide [logs](https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files), please?

@pkolaczk try to invalidate caches and restart IDE via `File | Invalidate Caches / Restart` action

BTW it seems any inspection which refers to `clippy` lint should inherit `RsLintInspection`

Looks like the problem in using `Self` to create struct. If you use struct name, it works correctly

Now there is a way to collect info about generated items including generated cfg option while project refresh action. Under the hood, it uses `cargo check` so it may significantly...

I don't think it should be closed until the corresponding feature is disabled by default

@aschmolck Could you provide code where the plugin doesn't work, please? I've tried something very simple like ```rust use indexmap::IndexMap; fn main() { let map = IndexMap::::new(); let option =...

> Is the above with the default IDE config, or did you enable `org.rust.cargo.evaluate.build.scripts`? I enabled `org.rust.cargo.evaluate.build.scripts`. Otherwise, the plugin sees two definitions of `IndexMap` that breaks the analysis