-
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
cargo run
error: package(s) ...
not found in workspace
#13310
Comments
If cargo don't support the same name for If cargo support the same name for What if |
It seems to work if we don't use a package name. For example: ❯ cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.03s
Running `target/debug/time-core`
Hello world |
VSCode extension will use |
It looks like we are passing the |
@rustbot claim Let me try to fix it. |
After some debugging: I think the problem is here:
So |
Try running |
Problem
With
cargo run --package time-core:10.0.0 --bin time-core
in workspace folder, I get errorerror: package(s) ... not found in workspace
.workspace_0117.zip
expected: no error.
Steps
No response
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: