This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1f7b4e9a59
rust
/
src
/
librustc_hir
/
lib.rs
6 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
move def_id to new rustc_hir crate
2019-12-24 20:51:27 -06:00
#![
feature(specialization)
]
pub
mod
def_id
;
move `HirId` to librustc_hir::hir_id
2019-12-25 08:26:30 -06:00
pub
mod
hir_id
;
pub
use
hir_id
::
*
;
Reference in New Issue
Copy Permalink