rust-lang / miri

An interpreter for Rust's mid-level intermediate representation
Apache License 2.0
4.16k stars 318 forks source link

Automatic Rustup #3717

Closed github-actions[bot] closed 4 days ago

oli-obk commented 5 days ago

Huh? Why does the bot do an update if there are no changes?

RalfJung commented 5 days ago

It makes an update whenever CI fails. And it seems it failed due to clippy mssages. So that will need manual fixing.

RalfJung commented 5 days ago

It's a very strange clippy error though, without an error message...

error: 
   --> src\commands.rs:255:14
    |
255 |             .map_err(|e| {
    |              ^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_inspect
    = note: `-D clippy::manual-inspect` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::manual_inspect)]`
oli-obk commented 4 days ago

@bors r+

bors commented 4 days ago

:pushpin: Commit ea401b8bc2616ae4d8c37e240ccae8c5ef3ff7f0 has been approved by oli-obk

It is now in the queue for this repository.

bors commented 4 days ago

:hourglass: Testing commit ea401b8bc2616ae4d8c37e240ccae8c5ef3ff7f0 with merge 64e72c3bc123224c173fa79807d65d8637eb9875...

bors commented 4 days ago

:sunny: Test successful - checks-actions Approved by: oli-obk Pushing 64e72c3bc123224c173fa79807d65d8637eb9875 to master...