mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
637b50be01
Make `AssocItem` aware of its impl kind The general goal is to have fewer query dependencies by making `AssocItem` aware of its parent impl kind (inherent vs. trait) without having to query the parent def_kind. See individual commits.