Commit 696b279
committed
Fix toolchain auto installation through rustup-toolchain-install-master
rustup no longer uses 101 exit code when it fails to locate the toolchain:
```console
$ rustup which rustc --toolchain f426146460c5446bb41ac0b677bbfe5b6ff502ba
error: toolchain 'f426146460c5446bb41ac0b677bbfe5b6ff502ba' is not installed
$ echo $?
1
```1 parent fd61116 commit 696b279
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | | - | |
| 433 | + | |
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
| |||
0 commit comments