Closed Mothblocks closed 6 years ago
Apparently I might just have an old version of Rust? proc was unreserved 3 months ago...
Yeah, my editor still highlights proc
red, so it's pretty recent. Looks like its unreservation reached stable in Rust 1.27.
@SpaceManiac
rustc -V rustc 1.27.2 (58cc626de 2018-07-18)
Weird
Passing on Travis with:
$ rustc -Vv
rustc 1.27.2 (58cc626de 2018-07-18)
binary: rustc
commit-hash: 58cc626de3301192d5d8c6dcbde43b5b44211ae2
commit-date: 2018-07-18
host: x86_64-unknown-linux-gnu
release: 1.27.2
LLVM version: 6.0
I guess double-check your Rust installation?
I have the exact same output as you. Not sure, but I'll try and get this working.
Command ran: cargo build -p dm-langserver