mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-08 06:49:14 +00:00
Thin `AssocItem` This PR removes a few fields from `AssocItem` that should be easily computed using other queries. This simplifies some of the metadata decoding.