diff options
| author | bors <bors@rust-lang.org> | 2020-01-04 21:50:12 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-01-04 21:50:12 +0000 |
| commit | 7494250106003d698579edef215d0c01810b5156 (patch) | |
| tree | 2162bd329ca39cb45c1ddc32393d459ee8caab68 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs | |
| parent | 760ce94c69ca510d44087291c311296f6d9ccdf5 (diff) | |
| parent | cdf32e1a0f8fc207b177857775c29549f609a094 (diff) | |
| download | rust-7494250106003d698579edef215d0c01810b5156.tar.gz rust-7494250106003d698579edef215d0c01810b5156.zip | |
Auto merge of #67803 - Centril:librustc_hir, r=Zoxc
Extract `rustc_hir` out of `rustc` The new crate contains: ```rust pub mod def; pub mod def_id; mod hir; pub mod hir_id; pub mod itemlikevisit; pub mod pat_util; pub mod print; mod stable_hash_impls; pub use hir::*; pub use hir_id::*; pub use stable_hash_impls::HashStableContext; ``` Remains to be done in follow-up PRs: - Move `rustc::hir::map` into `rustc_hir_map` -- this has to be a separate crate due to the `dep_graph` (blocked on https://github.com/rust-lang/rust/pull/67761). - Move references to `rustc::hir` to `rustc_hir` where possible. cc https://github.com/rust-lang/rust/issues/65031 r? @Zoxc
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs')
0 files changed, 0 insertions, 0 deletions
