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
1) The path is incorrect because we meant to capture the value of
`$PWD` _before_ and not after running `popd`
2) The `HOST` value is different on Mac OS (the OS part is "macos"
instead of the expected "darwin"). There appears to be no way to
get this from some structured data in stable rustc, so we resort
to grep that works on all platforms
0 commit comments