]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #42931 - arielb1:statement-visitor, r=eddyb
authorbors <bors@rust-lang.org>
Wed, 28 Jun 2017 08:47:29 +0000 (08:47 +0000)
committerbors <bors@rust-lang.org>
Wed, 28 Jun 2017 08:47:29 +0000 (08:47 +0000)
re-add the call to `super_statement` in EraseRegions

The move gathering code is sensitive to type-equality - that is rather
un-robust and I plan to fix it eventually, but that's a more invasive
change. And we want to fix the visitor anyway.

Fixes #42903.

r? @eddyb


Trivial merge