-
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
Tweak move error #94515
Tweak move error #94515
Conversation
r? @davidtwco (rust-highfive has picked a reviewer for you, use r? to override) |
Before
After
|
This comment was marked as resolved.
This comment was marked as resolved.
Point at method definition that causes type to be consumed. Fix rust-lang#94056.
8a3af6d
to
9875277
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies for the delay in reviewing.
@bors r+ |
📌 Commit 9875277 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (10dccdc): comparison url. Summary: This benchmark run did not return any relevant results. 6 results were found to be statistically significant but too small to be relevant. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Point at method definition that causes type to be consumed.
Fix #94056.