-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Include location of workspace manifest in error loading workspace #13394
Comments
Hm, it seems like there is a possible step missing from the reproduction. Can you check if you have a |
Can you check the parents of the Probably the easiest thing to do is to copy the output of |
Thanks for help, it was created in home directory. The question is why it was not detected or printed by inside project? Is it possible to get from |
For now, I think it would be good to keep this open as a suggestion to improve the error message so that it tells you where the workspace manifest is located. |
I am unable to reproduce this issue locally on my machine. Can someone tell me if I correctly understood this issue and how I could reproduce this issue on my machine locally? |
is this the cause of this issue?? |
@tusharxoxoxo To reproduce: Create a [workspace]
members = ["foo", "bar"] Then:
The last step should show:
Notice that the error does not display the path to the workspace |
Problem
I've tried to create new project inside project which was previously created by cargo init and removed. Now when I want to create new project inside, I've got an error that there is a missing Cargo.toml in parent directory, but parent directory doesn't need to have Cargo.toml because it should be simple directory contains all rust projects.
Steps:
cargo init
rm -r *
cargo new test_rust_wsl
cargo build
Get the error:
Steps
No response
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: