This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-11-30 02:33:55 +00:00
Code
Issues
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-25 02:51:27 +00:00
#![
feature(specialization)
]
pub
mod
def_id
;
move `HirId` to librustc_hir::hir_id
2019-12-25 14:26:30 +00:00
pub
mod
hir_id
;
pub
use
hir_id
::
*
;
Reference in New Issue
Copy Permalink