
























...
Compiling minlin v0.5.0
error[E0658]: use of unstable library feature `new_range_api`
--> /home/rafaeldominiquini/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minlin-0.5.0/src/traits/map_ext.rs:1:16
|
1 | use std::{ops, range::Range};
| ^^^^^^^^^^^^
|
= note: see issue #125687 <https://github.com/rust-lang/rust/issues/125687> for more information
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Should be fixed now.
The cause was that the rust package didn't update to the newest version yet and this rust feature is not stable in the older version.