Rollup of 8 pull requests#93452
Closed
matthiaskrgr wants to merge 21 commits intorust-lang:masterfrom
Closed
Conversation
The ICE from rust-lang#84044 no longer occurs.
Add tests for three old ICEs Closes rust-lang#84044 Closes rust-lang#91594 Closes rust-lang#89066
Make `NonNull::new` `const` Tracking issue: rust-lang#93235
…1-dead Add note suggesting that predicate may be satisfied, but is not `const` Not sure if we should be printing this in addition to, or perhaps _instead_ of the help message: ``` help: the trait `~const Add` is not implemented for `NonConstAdd` ``` Also added `ParamEnv::is_const` and `PolyTraitPredicate::is_const_if_const` and, in a separate commit, used those in other places instead of `== hir::Constness::Const`, etc. r? ```@fee1-dead```
…oli-obk Do not register infer var for GAT projection in RPIT Fixes rust-lang#93340 Fixes rust-lang#91603 r? ``@oli-obk``
…dtolnay kmc-solid: Implement `net::FileDesc::duplicate` This PR implements `std::sys::solid::net::FileDesc::duplicate`, which was accidentally left out when this target was added by rust-lang#86191.
Move unstable is_{arch}_feature_detected! macros to std::arch
These macros are unstable, except for `is_x86_feature_detected` which is still exported from the crate root for backwards-compatibility.
This should unblock the stabilization of `is_aarch64_feature_detected`.
r? ``@m-ou-se``
…ulacrum remove unused `jemallocator` crate When it was noticed that the rustc binary wasn't actually using jemalloc via `#[global_allocator]` and that was removed, the dependency remained. Tests pass locally with a `jemalloc = true` build, but I'll trigger a try build to ensure I haven't missed an edge-case somewhere. r? ``@ghost`` until that completes
Member
Author
|
@bors r+ rollup=never p=8 |
Collaborator
|
📌 Commit 49cae39 has been approved by |
Collaborator
|
⌛ Testing commit 49cae39 with merge f7632a03db6333bc99a58927fd9786c7a49afc8a... |
Collaborator
Collaborator
|
💔 Test failed - checks-actions |
Member
Author
|
@bors r+ rollup=never p=8 |
Collaborator
|
💡 This pull request was already approved, no need to approve it again.
|
Collaborator
|
📌 Commit 49cae39 has been approved by |
Collaborator
|
⌛ Testing commit 49cae39 with merge 1b1c3d271ecadaa13b74400881fa66ed21217e1e... |
Collaborator
Collaborator
|
💔 Test failed - checks-actions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
NonNull::newconst#93236 (MakeNonNull::newconst)const#93358 (Add note suggesting that predicate may be satisfied, but is notconst)net::FileDesc::duplicate#93410 (kmc-solid: Implementnet::FileDesc::duplicate)jemallocatorcrate #93431 (remove unusedjemallocatorcrate)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup