Uh oh!
There was an error while loading. Please reload this page.
Dont bail in error predicate unless self ty is error in new solver - #150453
Conversation
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
apiraino
commented
Mar 12, 2026
I think there's a pending comment, therefore switching to waiting on author. Feel free to request a review with @rustbot author |
rustbot
commented
Mar 12, 2026
Reminder, once the PR becomes ready for a review, use |
This comment has been minimized.
This comment has been minimized.
fe9c130 to
1f3541dCompare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1f3541d to
ede6821CompareChayimFriedman2
commented
Apr 15, 2026
@rustbot ready |
ChayimFriedman2
commented
Apr 30, 2026
Ping @lcnr, do you remember this? |
This comment has been minimized.
This comment has been minimized.
ede6821 to
a686445Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
a686445 to
9c1675aCompare
This comment has been minimized.
This comment has been minimized.
9c1675a to
8dd9467Comparerustbot
commented
Jun 5, 2026
This PR was rebased onto a different main 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. |
ChayimFriedman2
commented
Jun 5, 2026
@bors r=lcnr |
⌛ Testing commit 8dd9467 with merge 0176f45... Workflow: https://github.com/rust-lang/rust/actions/runs/26998538227 |
Dont bail in error predicate unless self ty is error in new solver Continuation of #146602. r? lcnr @lcnr#146602 (comment) > I think we should move this out of assemble_builtin_impl_candidate to avoid ambiguity between e.g. blanket impls and the builtin impl candidate 🤔 Where do you want to put it?
…, r=lcnr Dont bail in error predicate unless self ty is error in new solver Continuation of rust-lang#146602. r? lcnr @lcnrrust-lang#146602 (comment) > I think we should move this out of assemble_builtin_impl_candidate to avoid ambiguity between e.g. blanket impls and the builtin impl candidate 🤔 Where do you want to put it?
jhpratt
commented
Jun 5, 2026
yielding to a rollup that includes this @bors yield |
Auto build was cancelled. Cancelled workflows: The next pull request likely to be tested is #157464. |
Rollup of 7 pull requests Successful merges: - #150453 (Dont bail in error predicate unless self ty is error in new solver) - #155338 (Staticlib hide internal symbols) - #156892 (Suppress E0621 perpetual borrow suggestion) - #157135 (fix armv7a-none-eabihf tier doc) - #157360 (Document error conditions for `Command::{spawn, output, status}`) - #157418 (NVPTX: Add @kulst to the target maintainers) - #157443 (Make distinction between crate-level attributes that are warned vs errored)
⌛ Testing commit 8dd9467 with merge a84533e... Workflow: https://github.com/rust-lang/rust/actions/runs/27000626389 |
Dont bail in error predicate unless self ty is error in new solver Continuation of #146602. r? lcnr @lcnr#146602 (comment) > I think we should move this out of assemble_builtin_impl_candidate to avoid ambiguity between e.g. blanket impls and the builtin impl candidate 🤔 Where do you want to put it?
jhpratt
commented
Jun 5, 2026
retrying the spurious rollup failure @bors yield |
Auto build was cancelled. Cancelled workflows: The next pull request likely to be tested is #157464. |
Rollup of 7 pull requests Successful merges: - #150453 (Dont bail in error predicate unless self ty is error in new solver) - #155338 (Staticlib hide internal symbols) - #156892 (Suppress E0621 perpetual borrow suggestion) - #157135 (fix armv7a-none-eabihf tier doc) - #157360 (Document error conditions for `Command::{spawn, output, status}`) - #157418 (NVPTX: Add @kulst to the target maintainers) - #157443 (Make distinction between crate-level attributes that are warned vs errored)
⌛ Testing commit 8dd9467 with merge 5435b5c... Workflow: https://github.com/rust-lang/rust/actions/runs/27005603878 |
Dont bail in error predicate unless self ty is error in new solver Continuation of #146602. r? lcnr @lcnr#146602 (comment) > I think we should move this out of assemble_builtin_impl_candidate to avoid ambiguity between e.g. blanket impls and the builtin impl candidate 🤔 Where do you want to put it?
JonathanBrouwer
commented
Jun 5, 2026
@bors yield |
Auto build was cancelled. Cancelled workflows: The next pull request likely to be tested is #157473. |
…uwer Rollup of 7 pull requests Successful merges: - #150453 (Dont bail in error predicate unless self ty is error in new solver) - #157442 (Create non-exhaustive `proc_macro::EscapeError` enum mirrorring `rustc-literal-escaper`'s) - #156892 (Suppress E0621 perpetual borrow suggestion) - #157135 (fix armv7a-none-eabihf tier doc) - #157360 (Document error conditions for `Command::{spawn, output, status}`) - #157418 (NVPTX: Add @kulst to the target maintainers) - #157443 (Make distinction between crate-level attributes that are warned vs errored)
Uh oh!
There was an error while loading. Please reload this page.
Rollup merge of #150453 - ChayimFriedman2:less-err-in-solver, r=lcnr Dont bail in error predicate unless self ty is error in new solver Continuation of #146602. r? lcnr @lcnr#146602 (comment) > I think we should move this out of assemble_builtin_impl_candidate to avoid ambiguity between e.g. blanket impls and the builtin impl candidate 🤔 Where do you want to put it?
View all comments
Continuation of #146602.
r? lcnr
@lcnr#146602 (comment)
Where do you want to put it?