]> git.lizzy.rs Git - rust.git/commit
Auto merge of #45359 - arielb1:escaping-borrow, r=eddyb
authorbors <bors@rust-lang.org>
Fri, 20 Oct 2017 14:33:43 +0000 (14:33 +0000)
committerbors <bors@rust-lang.org>
Fri, 20 Oct 2017 14:33:43 +0000 (14:33 +0000)
commit87a8e8e07387f99ffe931b1f2bbc4c0585b16ccc
treef15d49d70e3309f3a75430466d52cc400c2a8615
parent95272a07f1fe3a82497225a4cd0d67080b8ffebf
parent0caba178dfd5983403564de82a7d11184c7964e2
Auto merge of #45359 - arielb1:escaping-borrow, r=eddyb

Fix a few bugs in drop generation

This fixes a few bugs in drop generation, one of which causes spurious MIR borrowck errors.

Fixes #44832.

r? @eddyb