-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 #59555
update miri #59555
Conversation
|
@bors r+ |
📌 Commit 0ac161a517be127b12a11328eb08bae4cdf47155 has been approved by |
@bors p=1 tool fix |
⌛ Testing commit 0ac161a517be127b12a11328eb08bae4cdf47155 with merge 149c599010807415b22365341daccccfd17d7462... |
@bors r+ |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 0ac161a517be127b12a11328eb08bae4cdf47155 has been approved by |
⌛ Testing commit 0ac161a517be127b12a11328eb08bae4cdf47155 with merge 0c12094ef5493f3cc94dfe0ab77013e32d97af36... |
oh oops, old github page that didn't reload |
💔 Test failed - checks-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors r-
|
@rust-lang/infra |
@RalfJung If |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
You mean like this? But that seems to fail on CI, even though it works locally. |
@RalfJung it updates the lockfile, builds bootstrap and then shows help. No idea why it didn't work for you. |
Well clearly my local toolchain thinks there is nothing to update about that lockfile. I just don't understand why. |
@kennytm can you just push whatever your toolchain does to the lockfile to my branch? Cc @alexcrichton for Cargo behaving strangely: no lockfile update on my system, but lockfile needs updating on CI. |
@RalfJung you probably need to rebase in that case. |
Good call! Now I have a diff more like @kennytm's |
Travis looks happy. @bors r=oli-obk |
📌 Commit c75a5a2 has been approved by |
update miri r? @oli-obk Fixes rust-lang#59477
update miri r? @oli-obk Fixes rust-lang#59477
update miri r? @oli-obk Fixes rust-lang#59477
update miri r? @oli-obk Fixes rust-lang#59477
update miri r? @oli-obk Fixes rust-lang#59477
Rollup of 8 pull requests Successful merges: - #59470 (Document std::fs::File close behavior ignoring errors) - #59555 (update miri) - #59556 (update stdsimd) - #59596 (Forward formatter settings to bounds of `Range<T>` in `fmt::Debug` impl) - #59639 (Never return uninhabited values at all) - #59671 (Make some of lexer's API private) - #59685 (Add description for -Os and -Oz in rustc.1) - #59686 (Temporarily disable stack probing for gnux32.) Failed merges: r? @ghost
r? @oli-obk
Fixes #59477