Skip to content

Conversation

@fee1-dead
Copy link
Member

Fixes redundant language and bad grammar.

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Oct 2, 2025
@rustbot
Copy link
Collaborator

rustbot commented Oct 2, 2025

r? @jackh726

rustbot has assigned @jackh726.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

| Vec<R>
|
note: the foreign item type `Vec<R>` doesn't implement `Add`
note: `Vec<R>`, which is defined in another crate, doesn't implement `Add`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alternative: two notes. First note, Vec<R> doesn't implement Add. Second note, Vec<R> is defined in another crate.

Advantages: the first note matches non-foreign types (right?), and most people don't need to know about the second note, and the actual problem (the type not being unimplemented) remains syntactically unbroken.

Disadvantage: a little bit more "clutter" with the extra note

@jackh726 jackh726 added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 14, 2025
@rustbot
Copy link
Collaborator

rustbot commented Oct 18, 2025

This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

@fee1-dead
Copy link
Member Author

fee1-dead commented Oct 18, 2025

@rustbot ready

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Oct 18, 2025
Copy link
Member

@jackh726 jackh726 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks much better!

View changes since this review

@jackh726
Copy link
Member

@bors r+

@bors
Copy link
Collaborator

bors commented Oct 29, 2025

📌 Commit 3c6ae00 has been approved by jackh726

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 29, 2025
bors added a commit that referenced this pull request Oct 29, 2025
Rollup of 5 pull requests

Successful merges:

 - #144444 (Contract variable declarations)
 - #147281 (Make diagnostics clearer for binop-related errors in foreign crates)
 - #148131 (Skip parameter attribute deduction for MIR with `spread_arg`)
 - #148224 (bootstrap: `ensure(doc::Std)` no longer opens a browser)
 - #148226 (Bootstrap update)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 8da95ac into rust-lang:master Oct 29, 2025
11 checks passed
@rustbot rustbot added this to the 1.93.0 milestone Oct 29, 2025
rust-timer added a commit that referenced this pull request Oct 29, 2025
Rollup merge of #147281 - fee1-dead-contrib:clarify-binop-diag, r=jackh726

Make diagnostics clearer for binop-related errors in foreign crates

Fixes redundant language and bad grammar.
github-actions bot pushed a commit to rust-lang/miri that referenced this pull request Oct 30, 2025
Rollup of 5 pull requests

Successful merges:

 - rust-lang/rust#144444 (Contract variable declarations)
 - rust-lang/rust#147281 (Make diagnostics clearer for binop-related errors in foreign crates)
 - rust-lang/rust#148131 (Skip parameter attribute deduction for MIR with `spread_arg`)
 - rust-lang/rust#148224 (bootstrap: `ensure(doc::Std)` no longer opens a browser)
 - rust-lang/rust#148226 (Bootstrap update)

r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants