File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ tested against. Other versions will likely not work. After installing
23
23
[ ` rustup-toolchain-install-master ` ] , you can run the following command to
24
24
install that exact version of rustc as a toolchain:
25
25
```
26
- ./toolchain
26
+ ./rustup- toolchain
27
27
```
28
28
29
29
[ `rustup-toolchain-install-master` ] : https://github.com/kennytm/rustup-toolchain-install-master
@@ -38,7 +38,7 @@ needed.
38
38
39
39
To update the ` rustc-version ` file and install the latest rustc, you can run:
40
40
```
41
- ./toolchain HEAD
41
+ ./rustup- toolchain HEAD
42
42
```
43
43
44
44
Now try ` ./miri test ` , and submit a PR once that works again.
Original file line number Diff line number Diff line change 7
7
#
8
8
# USAGE:
9
9
#
10
- # ./toolchain: Update "miri" toolchain to match `rust-version` (the known-good version for this commit).
10
+ # ./rustup- toolchain: Update "miri" toolchain to match `rust-version` (the known-good version for this commit).
11
11
#
12
- # ./toolchain HEAD: Update "miri" toolchain and `rust-version` file to latest rustc HEAD.
12
+ # ./rustup- toolchain HEAD: Update "miri" toolchain and `rust-version` file to latest rustc HEAD.
13
13
#
14
- # ./toolchain $COMMIT: Update "miri" toolchain and `rust-version` file to match that commit.
14
+ # ./rustup- toolchain $COMMIT: Update "miri" toolchain and `rust-version` file to match that commit.
15
15
16
16
# Determine new commit.
17
17
if [[ " $1 " == " " ]]; then
You can’t perform that action at this time.
0 commit comments