-
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 suggestion for argument-position impl ?Sized
#112614
Conversation
r? @cjgillot (rustbot has picked a reviewer for you, use r? to override) |
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.
Perhaps this should instead suggest impl Sized
? 😅
1c57f34
to
179c47f
Compare
?Sized
from argument-position impl trait if it's the only boundimpl ?Sized
Sure, I've updated it to suggest removing the I've also added another commit to no longer print the full path of the |
r? @compiler-errors @bors r+ rollup |
📌 Commit 179c47f461366e92897b5c5e0b69d97de771661a has been approved by It is now in the queue for this repository. |
☔ The latest upstream changes (presumably #104455) made this pull request unmergeable. Please resolve the merge conflicts. |
179c47f
to
b6a3f12
Compare
rebased ( @rustbot ready |
@bors r+ |
…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
fixes this invalid suggestion: