fix reify-intrinsic test by RalfJung · Pull Request #135936 · rust-lang/rust (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation2 Commits1 Checks6 Files changed
Conversation
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
[ Show hidden characters]({{ revealButtonHref }})
These are no longer extern "rust-intrinsic"
functions so it no longer makes sense to try to cast them to that type.
r? @oli-obk
rustbot added S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
📌 Commit b88dea2 has been approved by oli-obk
It is now in the queue for this repository.
bors added S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
bors added a commit to rust-lang-ci/rust that referenced this pull request
…iaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#133605 (Add extensive set of drop order tests)
- rust-lang#135489 (remove pointless allowed_through_unstable_modules on TryFromSliceError)
- rust-lang#135757 (Add NuttX support for AArch64 and ARMv7-A targets)
- rust-lang#135799 (rustdoc-json: Rename
Path::name
topath
, and give it the path again.) - rust-lang#135865 (For E0223, suggest associated functions that are similar to the path, even if the base type has multiple inherent impl blocks.)
- rust-lang#135890 (Implement
VecDeque::pop_front_if
&VecDeque::pop_back_if
) - rust-lang#135914 (Remove usages of
QueryNormalizer
in the compiler) - rust-lang#135936 (fix reify-intrinsic test)
r? @ghost
@rustbot
modify labels: rollup
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request
Rollup merge of rust-lang#135936 - RalfJung:reify-intrinsic, r=oli-obk
fix reify-intrinsic test
These are no longer extern "rust-intrinsic"
functions so it no longer makes sense to try to cast them to that type.
r? @oli-obk
github-actions bot pushed a commit to tautschnig/verify-rust-std that referenced this pull request
…iaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#133605 (Add extensive set of drop order tests)
- rust-lang#135489 (remove pointless allowed_through_unstable_modules on TryFromSliceError)
- rust-lang#135757 (Add NuttX support for AArch64 and ARMv7-A targets)
- rust-lang#135799 (rustdoc-json: Rename
Path::name
topath
, and give it the path again.) - rust-lang#135865 (For E0223, suggest associated functions that are similar to the path, even if the base type has multiple inherent impl blocks.)
- rust-lang#135890 (Implement
VecDeque::pop_front_if
&VecDeque::pop_back_if
) - rust-lang#135914 (Remove usages of
QueryNormalizer
in the compiler) - rust-lang#135936 (fix reify-intrinsic test)
r? @ghost
@rustbot
modify labels: rollup
Labels
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Relevant to the compiler team, which will review and decide on the PR/issue.