CI: `tests/mir-opt`: `64bit-panic-abort` is seemingly not tested
Open
@jieyouxu is already working on this.
Since Mar 31, 2026.
A-test-infra
A-testsuite
C-bug
T-bootstrap
T-compiler
- Dominant language
- Rust
- Stars
- 119k
- Forks
- 16.1k
- PR merge metrics
- PR metrics pending
Description
#154004 moved core::ptr::Alignment to core::mem, but seems to have missed updating some of the mir-opt tests, which were fixed #154577.
Curious, why does this test pass against
mainafter the rename? 🤔But still, this PR only changes the diff, not the rs file. So, it seems like 64bit-panic-abort mir-opt is simply not checked at all by CI.
Originally posted by @RalfJung in https://github.com/rust-lang/rust/issues/154577#issuecomment-4156458979
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.