-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 8 pull requests #106667
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rollup of 8 pull requests #106667
Conversation
The relevant filtering should have been performed by borrowck.
I don't have time to both review and work on my foundation grant.
Support eager subdiagnostics again See rust-lang#104941 (comment) I'm not sure how to add a test for this. But I did pick some of the diagnostic structs in the mentioned PR and it works with them.
…, r=lcnr Check `impl`'s `where` clauses in `consider_impl_candidate` in experimental solver Check impl's nested predicates as part of the recursive evaluate in `consider_impl_candidate`. <sub>Unless, for some reason, these are intentionally **not** checked here -- in which case, I really don't understand where they're being checked...<sub> r? `@lcnr`
Do not filter substs in `remap_generic_params_to_declaration_params`. The relevant filtering should have been performed by borrowck. Fixes rust-lang#105826 r? types
…=jackh726 Allow codegen to unsize `dyn*` to `dyn` `dyn* Trait` is just another type that implements `Trait`, so we should be able to unsize `&dyn* Trait` into `&dyn Trait` perfectly fine, same for `Box` and other unsizeable types. Fixes rust-lang#106488
…Titor add tests for div_duration_* functions Per rust-lang#63139 (comment) this adds unit tests for the functions that will hopefully effectively demonstrate that `div_duration` is ready to be stabilized.
std sync tests: better type name, clarifying comment Just resolving some confusion that I encountered while reading these tests. r? `@thomcc`
…rieb Fix help docs for -Zallow-features The arguments for -Zallow-features are comma-separated (`parse_opt_comma_list`), not space separated (`parse_list`).
Remove myself from rust-lang/rust reviewers I don't have time to both review and work on my foundation grant.
@bors r+ p=8 rollup=never |
⌛ Testing commit 6da9f57 with merge cf5194f5293e68a8bf93385c1dc02a2a941341ad... |
💔 Test failed - checks-actions |
⌛ Testing commit 6da9f57 with merge 398a86e294e5f5a809b6247468105a2698f6af69... |
@bors treeclosed=50 |
💔 Test failed - checks-actions |
@bors retry |
@JohnTitor please use a higher priority for treeclosed in the future - I accidentally set #106458 to be merged before Pietro's PR fixing CI because I didn't know there were CI issues. |
⌛ Testing commit 6da9f57 with merge 24b8ea813f33c301dd6aca2507e50c5c3510ab6e... |
Successful merges:
impl
'swhere
clauses inconsider_impl_candidate
in experimental solver #106397 (Checkimpl
'swhere
clauses inconsider_impl_candidate
in experimental solver)remap_generic_params_to_declaration_params
. #106503 (Do not filter substs inremap_generic_params_to_declaration_params
.)dyn*
todyn
#106532 (Allow codegen to unsizedyn*
todyn
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup