rust-analyzer version: 0.3.2845-standalone (f1297b2 2026-03-29)
rustc version: rustc 1.92.0 (ded5c06cf 2025-12-08)
editor or extension: VSCode for windows 1.114.0
settings: unmodified/default
code snippet to reproduce:
trait SubTrait {
type SubType;
}
trait SuperTrait: SubTrait<SubType: SuperTrait> {}
Run Rust Analyzer over the included code and watch as it consumes your RAM.
rust-analyzer version: 0.3.2845-standalone (f1297b2 2026-03-29)
rustc version: rustc 1.92.0 (ded5c06cf 2025-12-08)
editor or extension: VSCode for windows 1.114.0
settings: unmodified/default
code snippet to reproduce:
Run Rust Analyzer over the included code and watch as it consumes your RAM.