]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #29816 - nikomatsakis:incr-comp-visitor-refactor-hir-folder, r=nrc
authorbors <bors@rust-lang.org>
Sat, 14 Nov 2015 02:05:05 +0000 (02:05 +0000)
committerbors <bors@rust-lang.org>
Sat, 14 Nov 2015 02:05:05 +0000 (02:05 +0000)
Simplify HIR folder so that it only maps 1 item to 1 item, removing a bunch of asserts. This is a small refactoring on the way to my larger branch for moving items out of line in the tree and isolating attempts to access them.

r? @nrc


Trivial merge