do not suggest method call removal if it changes receiver type#150441
Merged
bors merged 2 commits intorust-lang:mainfrom Jan 3, 2026
Merged
do not suggest method call removal if it changes receiver type#150441bors merged 2 commits intorust-lang:mainfrom
bors merged 2 commits intorust-lang:mainfrom
Conversation
Collaborator
|
rustbot has assigned @JonathanBrouwer. Use |
This comment has been minimized.
This comment has been minimized.
Contributor
|
@rustbot author |
This comment has been minimized.
This comment has been minimized.
feb5c81 to
998a0df
Compare
Contributor
|
Not comfortable enough with this part of the codebase to review, rerolling |
Contributor
|
@bors r+ |
Collaborator
bors
added a commit
that referenced
this pull request
Jan 2, 2026
…uwer Rollup of 4 pull requests Successful merges: - #149991 (Add checks for gpu-kernel calling conv) - #150047 (std: merge `sys::pal::common` and `sys_common` into `sys::helpers`) - #150441 (do not suggest method call removal if it changes receiver type) - #150616 (Update `browser-ui-test` version to `0.23.0`) r? `@ghost` `@rustbot` modify labels: rollup
github-actions bot
pushed a commit
to rust-lang/miri
that referenced
this pull request
Jan 3, 2026
…uwer Rollup of 4 pull requests Successful merges: - rust-lang/rust#149991 (Add checks for gpu-kernel calling conv) - rust-lang/rust#150047 (std: merge `sys::pal::common` and `sys_common` into `sys::helpers`) - rust-lang/rust#150441 (do not suggest method call removal if it changes receiver type) - rust-lang/rust#150616 (Update `browser-ui-test` version to `0.23.0`) r? `@ghost` `@rustbot` modify labels: rollup
github-actions bot
pushed a commit
to rust-lang/rustc-dev-guide
that referenced
this pull request
Jan 12, 2026
…uwer Rollup of 4 pull requests Successful merges: - rust-lang/rust#149991 (Add checks for gpu-kernel calling conv) - rust-lang/rust#150047 (std: merge `sys::pal::common` and `sys_common` into `sys::helpers`) - rust-lang/rust#150441 (do not suggest method call removal if it changes receiver type) - rust-lang/rust#150616 (Update `browser-ui-test` version to `0.23.0`) r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #149487, cc @estebank