gpt4 book ai didi

rust - 无法使用 Cargo 构建 Rust 教程中的 hello world 示例

转载 作者:行者123 更新时间:2023-11-29 08:19:23 27 4
gpt4 key购买 nike

我在 http://doc.rust-lang.org/book/hello-cargo.html 的 Rust 页面上学习了 Rust 书籍/教程。 ,并在执行有关 Cargo 的部分时出现以下错误。命令是 cargo build --verbose。由于构建过程失败,我使用了详细标志。看起来 Cargo 正在尝试构建一个名为“verbose”的文件。我确实使用了详细标志;这几乎就像发送给 rustc 的参数缺少 -- 前缀?

Process didn't exit successfully: `rustc -v verbose` (status=101)
--- stderr
error: couldn't read verbose: IoError { kind: FileNotFound, desc: "couldn\'t ope
n path as file", detail: Some("file not found (OS Error 2: The system cannot fin
d the file specified.\r\n); path=verbose; mode=open; access=read") }

Cargo.toml 文件包含以下文本:

[package] 

name = "hello_world" version = "0.0.1"
authors = [ "Your name <you@example.com>" ]

[[bin]]

name = "hello_world"

我运行的计算机是 Windows 7 64 位,使用 2 天前 1/18/2015 的 64 位夜间安装。

最佳答案

我刚刚关注了 tutorial你链接了,我没有看到任何关于使用详细标志的引用。我假设您查看了 Cargo 的帮助或以其他方式了解了它。

但是,当我执行前两个步骤(“Hello, world!”和“Hello, Cargo!”)时,我能够运行 cargo build --verbose

我认为您需要提供有关您的特定设置的更多信息。

关于rust - 无法使用 Cargo 构建 Rust 教程中的 hello world 示例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28011437/

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