Compile error linux mint
jnavigato opened this issue · 1 comments
jnavigato commented
error: Could not compile zeroize
.
warning: build failed, waiting for other jobs to finish...
error: build failed
Release Linux Mint 18.3 Sylvia 64-bit
Kernel Linux 4.15.0-43-generic x86_64
MATE 1.18.0
rib3ye commented
Check your rust version: rustc --version
My fresh rust installation started with 1.30 for reasons unknown since 1.31 was already released. You probably just need to run rustup update
.