rust/src/librustc_hir/lib.rs

6 lines
80 B
Rust
Raw Normal View History

2019-12-24 20:51:27 -06:00
#![feature(specialization)]
pub mod def_id;
2019-12-25 08:26:30 -06:00
pub mod hir_id;
pub use hir_id::*;