]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Auto merge of #53177 - nikomatsakis:nll-redundant-borrows-and-escaping-values, r...
authorbors <bors@rust-lang.org>
Fri, 10 Aug 2018 19:18:22 +0000 (19:18 +0000)
committerbors <bors@rust-lang.org>
Fri, 10 Aug 2018 19:18:22 +0000 (19:18 +0000)
commit0aa8d0320266b5579428312095fe49af05ada972
tree960f951e09e562b034e3ab14964738e448088dcc
parenta77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195
parentff7f6d57de1112805272bae57ff5918d4f25e0ab
Auto merge of #53177 - nikomatsakis:nll-redundant-borrows-and-escaping-values, r=pnkfelix

optimize redundant borrows and escaping paths in NLL

This builds on https://github.com/rust-lang/rust/pull/53168 and adds a commit that addresses https://github.com/rust-lang/rust/issues/53176 -- or at least I think it does. I marked this as WIP because I want to see the test results (and measure the performance). I also want to double check we're not adding in any unsoundness here.
src/librustc_mir/borrow_check/nll/region_infer/mod.rs