]> git.lizzy.rs Git - rust.git/commit
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)
commit6b52a1162eff2469c0da88300577863e5cc0c78f
treea76bffcb21a36e526d1e466b98c157bf06df0855
parent5bc89416388f0a852f6e48542bf2fc021682fcb5
parent71abfa7b913d79c7ff5a3cc32e2988d1aac86480
Auto merge of #42931 - arielb1:statement-visitor, r=eddyb

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