-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Revert "Do not consider method call receiver as an argument in AST." #103633
Revert "Do not consider method call receiver as an argument in AST." #103633
Conversation
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy Some changes occurred in src/tools/rustfmt cc @rust-lang/rustfmt |
LGTM. @bors r+ |
@bors rollup=never p=1 |
Does this PR reopens the ICE in #73663? |
yes, I am also fine with treating #73663 as effectively resolved, due to 1. the fact that the ICE itself has been around since 202 and 2. the fix persisting on nightly even with this revert on beta. |
☀️ Test successful - checks-actions |
Reverts #100232, including a few places where there were merge conflicts after this landed.
r? @pnkfelix
cc @cjgillot
cc #103430 the nightly workaround for this issue.