-
Notifications
You must be signed in to change notification settings - Fork 13k
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 4 pull requests #123982
Rollup of 4 pull requests #123982
Conversation
…antiated w placeholders
The `os_str` module has been moved to `sys`.
Stop using `PolyTraitRef` for closure/coroutine predicates already instantiated w placeholders r? lcnr
…bank Fix various bugs in `ty_kind_suggestion` Consolidates two implementations of `ty_kind_suggestion` Fixes some misuse of the empty param-env Fixes a problem where we suggested `(42)` instead of `(42,)` for tuple suggestions Suggest a value when `return;`, making it consistent with `break;` Fixes rust-lang#123906
…ingjubilee Use the rustc_private libc less in tests I started looking into our use of `rustc_private` + `extern crate libc;` in tests because of rust-lang#123938 and it looks like some fraction of the users of libc simply don't need the libc crate anymore.
zkvm: fix references to `os_str` module The `os_str` module has been moved to `sys`. This change fixes build issues by changing `use` to point to `crate::sys::os_str`.
@bors r+ rollup=never |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 99d0186b1d In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (3493a56): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
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.
CyclesResultsThis 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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 677.52s -> 678.486s (0.14%) |
Successful merges:
PolyTraitRef
for closure/coroutine predicates already instantiated w placeholders #123900 (Stop usingPolyTraitRef
for closure/coroutine predicates already instantiated w placeholders)ty_kind_suggestion
#123924 (Fix various bugs inty_kind_suggestion
)os_str
module #123970 (zkvm: fix references toos_str
module)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup