]> git.lizzy.rs Git - rust.git/blob - src/librustc_hir/lib.rs
move `HirId` to librustc_hir::hir_id
[rust.git] / src / librustc_hir / lib.rs
1 #![feature(specialization)]
2
3 pub mod def_id;
4 pub mod hir_id;
5 pub use hir_id::*;