Closed klensy closed 3 years ago
Same build fail as last week.
I need to sync the rustfmt subtree to pull in the changes from https://github.com/rust-lang/rust/pull/84571. I'm not sure why the highfive bot is supposed to notify me when the subtree is changed in rust-lang/rust, but for some reason it did not
Upps, looks like rls not pulled that version yet, i'm too fast.
Let's try this again:
@bors r+
:pushpin: Commit c7c5448181bccb73a051eee1d32193d96948fb8f has been approved by Xanewok
:hourglass: Testing commit c7c5448181bccb73a051eee1d32193d96948fb8f with merge 838a83425b867bb0a6434216da75b01478eff160...
|
629 | match self.kind {
| ^^^^^^^^^ patterns `AnonymousStruct(_, _)` and `AnonymousUnion(_, _)` not covered
|
= help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms
= note: the matched value is of type `TyKind`
:sunny: Test successful - checks-actions Approved by: Xanewok Pushing 838a83425b867bb0a6434216da75b01478eff160 to master...
Main thing here is bump cargo_metadata 0.8 -> 0.12 (to dedupe later in rustfmt and rustc)
bump rand_core and sized-chunks to fix vulns measureme v9.1.0 -> v9.1.1 to drop memmap dirs-sys v0.3.5 -> v0.3.6 to drop a lot of deps parking_lot_core v0.8.2 -> v0.8.3 to drop redox_syscall v0.1.57