coretest in miri: fix using unstable libtest features#153437
coretest in miri: fix using unstable libtest features#153437RalfJung wants to merge 2 commits intorust-lang:mainfrom
Conversation
|
rustbot has assigned @Mark-Simulacrum. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
@bors try jobs=x86_64-gnu-aux |
This comment has been minimized.
This comment has been minimized.
coretest in miri: fix using unstable libtest features try-job: x86_64-gnu-aux
de493e4 to
07a902a
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
I think for the failure we saw on beta, you'll have to also set that here: I was reproducing that failure on main by setting ... which is one of the last commands in that check script, with no |
|
It might be easier to have bootstrap set/append that to |
|
Oh right, we're also invoking
Thanks for confirming! |
This reverts commit 30d7ed4. It should not be needed any more.
07a902a to
e3b206c
Compare
Fair point. I tried that in the latest revision that I just pushed. |
e3b206c to
6b7dbff
Compare
|
cc @Kobzol -- this is probably more like the bootstrap-oriented fix you had in mind. |
Alternative (IMO preferable) to #153369. Also reverts that PR.