rust-lang / rls

Repository for the Rust Language Server (aka RLS)
Other
3.52k stars 257 forks source link

bump deps #1737

Closed klensy closed 3 years ago

klensy commented 3 years ago

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

klensy commented 3 years ago

Same build fail as last week.

calebcartwright commented 3 years ago

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

Xanewok commented 3 years ago

Blocked on https://github.com/rust-lang/rustfmt/pull/4851

klensy commented 3 years ago

Upps, looks like rls not pulled that version yet, i'm too fast.

Xanewok commented 3 years ago

Let's try this again:

@bors r+

bors commented 3 years ago

:pushpin: Commit c7c5448181bccb73a051eee1d32193d96948fb8f has been approved by Xanewok

bors commented 3 years ago

:hourglass: Testing commit c7c5448181bccb73a051eee1d32193d96948fb8f with merge 838a83425b867bb0a6434216da75b01478eff160...

klensy commented 3 years ago
     |
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`
bors commented 3 years ago

:sunny: Test successful - checks-actions Approved by: Xanewok Pushing 838a83425b867bb0a6434216da75b01478eff160 to master...