-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
store a copy of the Issue32230 info within TypeError #40836
Conversation
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 rust-lang#40000. Fixes rust-lang#40743.
f232735
to
7e0f7a5
Compare
@bors r+ p=1
|
📌 Commit 7e0f7a5 has been approved by |
cc @rust-lang/compiler Accepting for beta. Small patch, fixes regression (ICE). |
⌛ Testing commit 7e0f7a5 with merge 1b0ecec... |
retrying to prioritize rollup which includes this pr @bors r- |
welp, meant to retry @bors r=nikomatsakis p=1 |
📌 Commit 7e0f7a5 has been approved by |
@bors retry |
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
☀️ Test successful - status-appveyor, status-travis |
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