-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 5 pull requests #111895
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
Rollup of 5 pull requests #111895
Conversation
The `rust-call` ABI isn't compatible with `#![feature(unsized_fn_params)]`, so trying to use that feature with closures leads to an ICE (rust-lang#67981). This turns that ICE into a type-check error.
…ckh726 Don't ICE on return-type notation when promoting trait preds to associated type bounds Fixes rust-lang#111846
…compiler-errors Always require closure parameters to be `Sized` The `rust-call` ABI isn't compatible with `#![feature(unsized_fn_params)]`, so trying to use that feature with closures leads to an ICE (rust-lang#67981). This turns that ICE into a type-check error. `@rustbot` label A-closures F-unsized_fn_params
…r=compiler-errors Rename `traits_in_crate` query to `traits` > NOTE: Not named just `traits` due to a naming conflict. This can, in fact, be easily avoided.
…-env, r=jackh726 Don't ICE when computing PointerLike trait when region vars are in param-env Fixes rust-lang#111877
…er-errors Add regression tests for pretty-printing inherent projections Tests for rust-lang#111486. Fixes rust-lang#111879. r? `@matthiaskrgr`
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 9d826e01e8 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (82faf5e): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 647.507s -> 647.271s (-0.04%) |
Successful merges:
Sized
#111864 (Always require closure parameters to beSized
)traits_in_crate
query totraits
#111870 (Renametraits_in_crate
query totraits
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup