mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
4d75c4f8f3
When we initially created `CrateItem`, it would only represent items that contain a body. That is no longer the case, for now, make this explicit by expanding the APIs to retrieve the item body. This is related to https://github.com/rust-lang/project-stable-mir/issues/34