tweak suggestion for argument-position impl ?Sized#112614
Merged
bors merged 2 commits intorust-lang:masterfrom Jun 16, 2023
Merged
tweak suggestion for argument-position impl ?Sized#112614bors merged 2 commits intorust-lang:masterfrom
impl ?Sized#112614bors merged 2 commits intorust-lang:masterfrom
Conversation
Collaborator
|
r? @cjgillot (rustbot has picked a reviewer for you, use r? to override) |
Contributor
compiler-errors
left a comment
There was a problem hiding this comment.
Perhaps this should instead suggest impl Sized? 😅
1c57f34 to
179c47f
Compare
?Sized from argument-position impl trait if it's the only boundimpl ?Sized
Member
Author
|
Sure, I've updated it to suggest removing the I've also added another commit to no longer print the full path of the |
compiler-errors
approved these changes
Jun 14, 2023
Contributor
|
r? @compiler-errors @bors r+ rollup |
Collaborator
|
📌 Commit 179c47f461366e92897b5c5e0b69d97de771661a has been approved by It is now in the queue for this repository. |
Collaborator
|
☔ The latest upstream changes (presumably #104455) made this pull request unmergeable. Please resolve the merge conflicts. |
179c47f to
b6a3f12
Compare
Member
Author
|
rebased ( @rustbot ready |
Contributor
|
@bors r+ |
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jun 15, 2023
…llaumeGomez Rollup of 8 pull requests Successful merges: - rust-lang#112403 (Prevent `.eh_frame` from being emitted for `-C panic=abort`) - rust-lang#112517 (`suspicious_double_ref_op`: don't lint on `.borrow()`) - rust-lang#112529 (Extend `unused_must_use` to cover block exprs) - rust-lang#112614 (tweak suggestion for argument-position `impl ?Sized`) - rust-lang#112654 (normalize closure output in equate_inputs_and_outputs) - rust-lang#112660 (Migrate GUI colors test to original CSS color format) - rust-lang#112664 (Add support for test tmpdir to fuchsia test runner) - rust-lang#112669 (Fix comment for ptr alignment checks in codegen) 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 this invalid suggestion: