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
rustpkg's current behavior if you have no RUST_PATH set in your environment and you execute:
mkdir Workspace/src
cd Workspace
rustpkg install github.com/foo/bar
is to create a workspace in Workspace/.rust and install bar's files into Workspace/.rust/lib (and so on).
This strikes me as a little bit silly, since if you created a workspace and cd'd into it, you probably want that to be the destination workspace for anything you are installing while you're in that directory. So this should probably be changed.
The text was updated successfully, but these errors were encountered:
rustpkg's current behavior if you have no
RUST_PATH
set in your environment and you execute:is to create a workspace in
Workspace/.rust
and installbar
's files intoWorkspace/.rust/lib
(and so on).This strikes me as a little bit silly, since if you created a workspace and cd'd into it, you probably want that to be the destination workspace for anything you are installing while you're in that directory. So this should probably be changed.
The text was updated successfully, but these errors were encountered: