-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update miri #69636
update miri #69636
Conversation
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@RalfJung: It looks like bootstrap is passing Line 394 in 18c275b
This causes us to end up using Since |
@RalfJung: I've opened rust-lang/miri#1201. Once it's merged, you should be able to update |
@Aaron1011 great catch! That's most likely it. Thanks :) |
@bors r+ |
📌 Commit 3ab227f5f0e61938a2ebfb1f5d1d600785a5e04d has been approved by |
@bors p=1 |
⌛ Testing commit 3ab227f5f0e61938a2ebfb1f5d1d600785a5e04d with merge d2b5382efc49474dee6795da63c8548f08982a46... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-azure |
This is some kind of cargo feature issue:
These days, is there a better way to debug those than random guessing? |
I think what's happening is that fewer things use the old syn now, and that changes the features it gets, and they are not consistently the same features everywhere... what a pain. I will just downgrade serde_json in miri so that I don't have to touch the lockfile here, and hope that someone with a better clue for rustc dependencies resolves this eventually.^^ |
@bors r=nikomatsakis |
📌 Commit faf3a5e has been approved by |
☀️ Test successful - checks-azure |
Tested on commit rust-lang/rust@2b0cfa5. Direct link to PR: <rust-lang/rust#69636> 🎉 miri on windows: build-fail → test-pass (cc @oli-obk @eddyb @RalfJung). 🎉 miri on linux: build-fail → test-pass (cc @oli-obk @eddyb @RalfJung).
Let's make that toolstate green again. :D
This bumps serde in the lockfile, so r? @oli-obk
Fixes #69462