]> git.lizzy.rs Git - rust.git/commit
Auto merge of #52566 - pnkfelix:buffer-nll-errors-for-z-borrowck-migrate, r=nikomatsakis
authorbors <bors@rust-lang.org>
Mon, 23 Jul 2018 17:45:34 +0000 (17:45 +0000)
committerbors <bors@rust-lang.org>
Mon, 23 Jul 2018 17:45:34 +0000 (17:45 +0000)
commit8dbbd81f7ed83943b870407ef44aecf6664e7679
tree5ff041273ba33b8777c74c9631ab98434410715c
parent6bb50f569dd4da5fd29717177138665e86e59eb0
parent1a0294bb84d2b4aaf66634f61279bca5e132d1dc
Auto merge of #52566 - pnkfelix:buffer-nll-errors-for-z-borrowck-migrate, r=nikomatsakis

Buffer NLL errors

Buffer the errors generated during MIR-borrowck (aka NLL).

This is the first big step towards resolving issue #46908.