gpt4 book ai didi

rust - 创建静态常量 Vec

转载 作者:行者123 更新时间:2023-11-29 07:43:09 26 4
gpt4 key购买 nike

<分区>

我正在尝试初始化 Vec<String>一些设置可以在我的代码中重复使用。

我正在使用 const left: Vec<String> = vec![...但这不起作用:

error[E0308]: mismatched types
--> names-generator.rs:2:27
|
2 | const left: Vec<String> = vec![
| ^ expected slice, found array of 93 elements
|
= note: expected type `Box<[std::string::String]>`
= note: found type `Box<[&str; 93]>`
= note: this error originates in a macro outside of the current crate

执行此类操作的推荐方法是什么?

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