rust-analyzer/crates/hir_ty
Florian Diebold 019f48673a fix: Paper over GAT panic
TIL that Chalk expects the arguments to a generic associated type to
come *before* the ones for the parent trait, not *after* as we have been
doing with all other nested generics. Fixing this requires a larger
refactoring, so for now this just papers over the problem by completely
ignoring parameters of associated types.

Fixes #11769.
2022-04-02 13:14:42 +02:00
..
src fix: Paper over GAT panic 2022-04-02 13:14:42 +02:00
Cargo.toml Bump chalk 2022-03-27 10:11:02 +03:00