gpt4 book ai didi

rust - 错误 : failed to parse manifest caused by: no `package` section found

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

我已经按照安装部分中的说明从 Microsoft 安装了 C++ 2015 Tools

我收到这个错误:

C:\Users\Mg Sein\Desktop\rust\hello_world>cargo build
error: failed to parse manifest at `C:\Users\Mg Sein\Desktop\rust\Cargo.toml`

Caused by:
no `package` section found.

这是项目文件的目录:

directory of project file

我为 cargo 添加了路径变量:

add path variable for cargo

这是 Cargo.toml 的内容:

[package]
name = "hello_world"
version = "0.1.0"
authors = ["Mg Sein"]
[dependencies]

最佳答案

我直接在 Rust 项目文件夹中从 cargo.toml 更改为 Cargo.toml 并将 hello.rs 更改为 main .rs 直接在 Rust 项目文件夹中。

由此,

before renaming file

为此,

after renaming file

关于rust - 错误 : failed to parse manifest caused by: no `package` section found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47486841/

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