mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-29 06:03: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.