]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #53616 - varkor:hir-map-rename, r=nikomatsakis
authorbors <bors@rust-lang.org>
Tue, 28 Aug 2018 06:44:12 +0000 (06:44 +0000)
committerbors <bors@rust-lang.org>
Tue, 28 Aug 2018 06:44:12 +0000 (06:44 +0000)
Restructure hir::map::Node and hir::map::Entry

- Moves `hir::map::Node` to `hir::Node` and removes the `Node*` prefix from its variants.
- Changes `hir::map::Entry` to a struct `hir::map::Entry`.
- Removes the `Node*` prefix from each of `AnnNode`s variants.

r? @eddyb

1  2 
src/librustc_lint/builtin.rs

Simple merge