pchickey opened PR #3584 from pch/rust_1.57_warnings
to main
:
I don't have the expertise in this part of the codebase to know whether we should actually delete these fields.
In
RuntestContext
, it looks like the dead code struct memberheaps
is load-bearing because of unsafe pointer shenanigans.Either way, this should unblock CI jobs that are now failing due to the upgrade to the latest stable rust.
<!--
Please ensure that the following steps are all taken care of before submitting
the PR.
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[ ] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[ ] This PR contains test cases, if meaningful.
- [ ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.Please ensure all communication adheres to the code of conduct.
-->
bjorn3 submitted PR review.
bjorn3 created PR review comment:
_heaps: Vec<HeapMemory>,
cfallin submitted PR review.
pchickey merged PR #3584.
Last updated: Nov 22 2024 at 17:03 UTC