gpt4 book ai didi

import - 无法导入 StrBuf?

转载 作者:行者123 更新时间:2023-11-29 08:34:04 25 4
gpt4 key购买 nike

我无法导入 StrBuf

这是一个演示我的问题的示例程序:

use std::strbuf::StrBuf;
fn main() {}

rustc test.rs 给我以下错误:

test.rs:1:5: 1:16 error: unresolved import: there is no `strbuf` in `std`
test.rs:1 use std::strbuf;
^~~~~~~~~~~
test.rs:1:5: 1:16 error: failed to resolve import `std::strbuf`
test.rs:1 use std::strbuf;
^~~~~~~~~~~
error: aborting due to 2 previous errors

这是怎么回事?

(我使用的是 0.10 版本,至少根据 rustc --version。)

最佳答案

从版本 0.10 开始,Rust 似乎没有 StrBuf。您可能希望每晚更新到最新版本以使用 StrBuf

否则使用~str。它应该有StrBuf的大部分方法。

关于import - 无法导入 StrBuf?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23366477/

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