Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Failed to load manifest for workspace member workspace/crates/README.md #183

Open
SamRodri opened this issue Jul 31, 2024 · 0 comments · May be fixed by #184
Open

Error: Failed to load manifest for workspace member workspace/crates/README.md #183

SamRodri opened this issue Jul 31, 2024 · 0 comments · May be fixed by #184

Comments

@SamRodri
Copy link

To reproduce, create this test project:

.
├── Cargo.toml
└── crates
    ├── foo
    │   ├── Cargo.toml
    │   └── src
    │       └── main.rs
    └── README.md
Commands to generate the test project
mkdir issue
cd issue
printf "[workspace]\nmembers=[\"crates/*\"]" > Cargo.toml
cargo new --bin crates/foo
echo what > crates/README.md

Then run: x build -p foo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant