Multirust doesn't work with Cargo's tests
Open
- Dominant language
- Shell
- Stars
- 651
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
After installing multirust, I executed `make test` in cargo's repository.
But nearly all tests fail because multirust prints:
```
multirust: no default toolchain configured. run `multirust help default`
multirustproxy: `multirust check-updates-override` failed
```
Even after runnning `multirust default nightly`, I still get these errors.
Note that running `rustc` anywhere on my filesystem works (including `/path/to/cargo/target/x86_64-unknown-linux-gnu/cit/...`, which is where cargo puts his temporary files during the tests), so I have no idea where this problem comes from.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.