rust/crates/hir_ty
Florian Diebold b898808a35 fix: Don't rely on lang items to find primitive impls
rustc has removed the use of lang items to mark the primitive impls, so
just look through the crate graph for them (this should be fine
performance-wise since we cache the crates that contain these impls).

Fixes #11876.
2022-04-02 15:32:40 +02:00
..
src fix: Don't rely on lang items to find primitive impls 2022-04-02 15:32:40 +02:00
Cargo.toml Bump chalk 2022-03-27 10:11:02 +03:00