gpt4 book ai didi

heroku - Unresolved 导入 `core::task::Wake`

转载 作者:行者123 更新时间:2023-12-05 09:34:12 25 4
gpt4 key购买 nike

我有一个用 Rust 编写的 Web 服务器,我想将其部署在 Heroku 上。服务器在我的机器上本地编译和运行良好(见下图),但是,它无法在 Rust 上编译,我得到一个编译错误。

error[E0432]: unresolved import `core::task::Wake`

--> /tmp/codon/tmp/cache/cargo/registry/src/github.com-1ecc6299db9ec823/standback-0.2.16/src/lib.rs:520:13

|

520 | pub use core::task::Wake;

| ^^^^^^^^^^^^----

| | |

| | help: a similar name exists in the module (notice the capitalization): `wake`

| no `Wake` in `task`

error: aborting due to previous error

在我的机器上完美运行: Working perfectly on my machine

不在 Heroku 中编译 Not compiling in Heroku

(源码可见here)

最佳答案

这是 standback 中的一个问题几天前在新版本中修复的 crate 。您可以通过使用 cargo updatecargo update -p standback 更新您的 Cargo.lock 文件中的依赖项来获得修复。

关于heroku - Unresolved 导入 `core::task::Wake`,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66807515/

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