6 lines
80 B
Rust
6 lines
80 B
Rust
#![feature(specialization)]
|
|
|
|
pub mod def_id;
|
|
pub mod hir_id;
|
|
pub use hir_id::*;
|