]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #69156 - ecstatic-morse:unified-dataflow-impls2, r=eddyb
authorbors <bors@rust-lang.org>
Sun, 16 Feb 2020 05:08:08 +0000 (05:08 +0000)
committerbors <bors@rust-lang.org>
Sun, 16 Feb 2020 05:08:08 +0000 (05:08 +0000)
commit8040bc983669fcc3fe358dfc9772ea2ecde0ae1b
treee230c991a7f4b2fb8d71eba126e197bde03a0cd5
parent2a0d1cbd4674a6b2a58832513ecb2e97538f2c4a
parent26451d007e7482f0c4cdae152a972f4e7c8bf970
Auto merge of #69156 - ecstatic-morse:unified-dataflow-impls2, r=eddyb

Use `ResultsCursor` for `elaborate_drops`

Some cleanup after #68241. The old code was using a custom cursor-like struct called `InitializationData`.