rust/src/librustc_hir/lib.rs

6 lines
80 B
Rust
Raw Normal View History

2019-12-25 02:51:27 +00:00
#![feature(specialization)]
pub mod def_id;
2019-12-25 14:26:30 +00:00
pub mod hir_id;
pub use hir_id::*;