rust-analyzer/crates/hir-ty
bors fdc28b4333 Auto merge of #13021 - N3xed:fix-gat-panics, r=flodiebold
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.

Fixes #11989, fixes #12193
2022-08-22 14:00:23 +00:00
..
src Auto merge of #13021 - N3xed:fix-gat-panics, r=flodiebold 2022-08-22 14:00:23 +00:00
Cargo.toml Bump chalk 2022-08-19 21:33:28 +03:00