gpt4 book ai didi

rust - 编译错误 len 作为 const fn 还不稳定

转载 作者:行者123 更新时间:2023-12-04 14:08:19 25 4
gpt4 key购买 nike

我的依赖项之一出现错误 bytes 0.5.2 .这是错误的代码示例:

pub const fn foo(foo: &'static [u8]) -> usize {
foo.len()
}

error: `core::slice::<impl [T]>::len` is not yet stable as a const fn
--> <source>:2:5
|
2 | foo.len()
| ^^^^^^^^^
error: aborting due to previous error

active toolchain
----------------

stable-x86_64-pc-windows-msvc (default) rustc 1.38.0 (625451e37 2019-09-23)

最佳答案

0.5.x似乎需要 Rust 1.39,所以最简单的选择可能是升级到最新版本。

错误状态

core::slice::<impl [T]>::len is not yet stable as a const fn



如果你看 the release notes for 1.39 你可以看到其中一个条目是

str::len, [T]::len and str::as_bytes are now const functions



所以这个箱子特别需要 >=1.39

关于rust - 编译错误 len 作为 const fn 还不稳定,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59242242/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com