You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it turns out passing -q removes the path from the error message (which I was doing above):
error: failed to read `/home/czipperz/test4/x/Cargo.toml`
Caused by:
No such file or directory (os error 2)
In any case it's different than the normal message (no workspace):
error: failed to load source for a dependency on `x`
Caused by:
Unable to update /home/czipperz/test4/x
Caused by:
failed to read `/home/czipperz/test4/x/Cargo.toml`
Caused by:
No such file or directory (os error 2)
If you make a project and add the following to the Cargo.toml:
You get the error message:
The text was updated successfully, but these errors were encountered: