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
# shell a
mkdir /tmp/testme
cd $_
# shell b
rm -fr /tmp/testme
# shell a
rustup
error: couldn't find value of CARGO_HOME
info: caused by: No such file or directory (os error 2)
from the strace I see that the getcwd failure is not managed.
The text was updated successfully, but these errors were encountered:
To reproduce:
from the strace I see that the
getcwd
failure is not managed.The text was updated successfully, but these errors were encountered: