-
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
Fix more escaping ReScopes #60765
Fix more escaping ReScopes #60765
Conversation
This shouldn't be possible any more, but if it does happen, emit an error rather than maybe panicking later when NLL finds a the ReScope. Impl trait in bindings is sufficiently broken that I don't think this breaks anything that works for it.
r? @oli-obk (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 9a4f0ab has been approved by |
…i-obk Fix more escaping ReScopes Closes #58840
☀️ Test successful - checks-travis, status-appveyor |
Will this be in 1.35? |
discussed in T-compiler meeting. Accepted for backport to stable channel. |
Discussed on T-release meeting; declining point release for now based on sum-total of stable-accepted. |
Closes #58840