Closed
Description
The set of data to record for regular items and foreign items is pretty similar, but slightly different.
When metadata encoding is done independently for them, issues like #77375 arise.
encode_info_for_trait_item
and encode_info_for_impl_item
are also similar, and also slightly different (all in different directions), so they may be included into the refactoring as well.