-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Remove usages of expr_method_call
in derive(Ord,PartialOrd,RustcEncode,RustcDecode)
#81411
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @varkor (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit df49341e7bdd092ea25e7ba5efbc0d56674b4680 with merge 1efaba40d3490e0210d6db6d5a7deb774e6f5cbf... |
☀️ Try build successful - checks-actions |
Queued 1efaba40d3490e0210d6db6d5a7deb774e6f5cbf with parent e708cbd, future comparison URL. |
Finished benchmarking try commit (1efaba40d3490e0210d6db6d5a7deb774e6f5cbf): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
Some of benchmarks fail to build with those changes:
|
oh, I mixed up the |
The latest commit should have fixed that now. |
@rustbot label: -S-waiting-on-review +S-waiting-on-author |
@rustbot label: +S-waiting-on-review -S-waiting-on-author |
I'm sorry for taking so long to get to this; the last couple of weeks have been very busy. This looks good to me, though I think we should check performance again now that the issue has been fixed. @bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 49bd2c39c7499cea0c59102e9fc21739a188c899 with merge 0b541463d2675ae48c07dcd35b4a5a837d494786... |
☀️ Try build successful - checks-actions |
Queued 0b541463d2675ae48c07dcd35b4a5a837d494786 with parent f9435f4, future comparison URL. |
Finished benchmarking try commit (0b541463d2675ae48c07dcd35b4a5a837d494786): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
Thanks! @bors r+ |
📌 Commit 49bd2c39c7499cea0c59102e9fc21739a188c899 has been approved by |
⌛ Testing commit 49bd2c39c7499cea0c59102e9fc21739a188c899 with merge 9593d79927740b22ecd14c10a73b0694ae9a0b27... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #81384) made this pull request unmergeable. Please resolve the merge conflicts. |
like std_path but used dummy span for all path elements and does not perpend kw:DollarCrate
Rebased to fix merge conflicts and ready for review again |
Thanks; sorry, I didn't notice the conflict earlier was spurious. @bors r+ |
📌 Commit 0375022 has been approved by |
☀️ Test successful - checks-actions |
Preparing for deprecation of
expr_method_call
(#81295), by removing the remaining usages not covered by (#81294).I am not sure about the changes to
derive(RustcEncode,RustcDecode)