unknown feature `proc_macro_span_shrink`//could not compile xxx lib问题解决,此解决方案不管是在哪一个系统都可以解决此问题。

一个在本地很久没有编译过的项目,或者说从网上下载下来了一个开源的项目,只要开始编译就会报unknown feture的错误,或者could not compile xxx lib。
在搜索了很多网站以后,都没有解决这个问题。后来自己解决额的。发出来做个记录。其他小伙伴有碰到的,都来看看。
我们先来看我的错误日值。

 *  Executing task: CodeLLDB: cargo 

Running `cargo test --no-run --lib --package=rust-im --message-format=json`...
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.47
   Compiling libc v0.2.137
   Compiling subtle v2.4.1
   Compiling typenum v1.15.0
   Compiling cpufeatures v0.2.5
   Compilin

你可能感兴趣的:(rust,rust,开发语言)