rust/src/librustc_hir/lib.rs
2020-01-04 19:01:42 +01:00

6 lines
80 B
Rust

#![feature(specialization)]
pub mod def_id;
pub mod hir_id;
pub use hir_id::*;