]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #51492 - petrochenkov:hirident, r=eddyb
authorbors <bors@rust-lang.org>
Thu, 28 Jun 2018 09:16:10 +0000 (09:16 +0000)
committerbors <bors@rust-lang.org>
Thu, 28 Jun 2018 09:16:10 +0000 (09:16 +0000)
Use `Ident`s in HIR and remove emulation of hygiene with gensyms

continuation of https://github.com/rust-lang/rust/pull/51072, part of https://github.com/rust-lang/rust/issues/49300

Not all `Name`s in HIR are replaced with `Ident`s, only those needed for hygiene or already having attached spans.


Trivial merge