mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-07 04:40:11 +00:00

Remove hir::CrateItem. The crate span is exactly the crate module's inner span. There is no need to store it twice.
For more information about how rustc works, see the rustc dev guide.