rust-analyzer/crates/hir-ty
Dominik Gschwind ad7a1ed8cc
fix: Fix panics on GATs involving const generics
This workaround avoids constant crashing of rust analyzer when using GATs with const generics,
even when the const generics are only on the `impl` block.

The workaround treats GATs as non-existing if either itself or the parent has const generics and
removes relevant panicking code-paths.
2022-08-16 17:30:17 +02:00
..
src fix: Fix panics on GATs involving const generics 2022-08-16 17:30:17 +02:00
Cargo.toml Upgrade to expect-test@1.4.0 2022-07-19 13:00:45 +02:00