]> git.lizzy.rs Git - rust.git/commit
Auto merge of #40836 - arielb1:issue-32330-copy, r=nikomatsakis
authorbors <bors@rust-lang.org>
Wed, 29 Mar 2017 01:18:13 +0000 (01:18 +0000)
committerbors <bors@rust-lang.org>
Wed, 29 Mar 2017 01:18:13 +0000 (01:18 +0000)
commit10b1739588f8b7ecde7761fdcb08bd79ac77b119
tree9a692fb115b2f63350dba0def99df3b7e1aae381
parent07a34293faeb10757944ce2fa9d552cc2b189583
parent7e0f7a50ab649fb70773af35e78ca73b5123f52e
Auto merge of #40836 - arielb1:issue-32330-copy, r=nikomatsakis

store a copy of the Issue32230 info within TypeError

The data can't be looked up from the region variable directly, because
the region variable might have been destroyed at the end of a snapshot.

Fixes #40000.
Fixes #40743.

beta-nominating because regression.
r? @nikomatsakis