rust/crates/hir-ty
bors e219999a17 Auto merge of #15211 - lowr:patch/gats-in-bounds-for-assoc, r=flodiebold
Support GATs in bounds for associated types

Chalk has a dedicated IR for bounds on trait associated type: `rust_ir::InlineBound`. We have been failing to convert GATs inside those bounds from our IR to chalk IR. This PR provides an easy fix for it: properly take GATs into account during the conversion.
2023-07-04 15:36:16 +00:00
..
src Auto merge of #15211 - lowr:patch/gats-in-bounds-for-assoc, r=flodiebold 2023-07-04 15:36:16 +00:00
Cargo.toml Bump chalk 2023-06-30 23:36:47 +03:30