mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
2e35f954ad
Remove EntryKind from metadata. This PR continues the refactor of metadata emission to be more systematic, iterating on definitions and filtering based on each definition's `DefKind`. This allows to remove the large `EntryKind` enum, replaced by linear tables in metadata.