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
2323[ ` rustup-toolchain-install-master ` ] , you can run the following command to
2424install that exact version of rustc as a toolchain:
2525```
26- ./toolchain
26+ ./rustup- toolchain
2727```
2828
2929[ `rustup-toolchain-install-master` ] : https://github.com/kennytm/rustup-toolchain-install-master
@@ -38,7 +38,7 @@ needed.
3838
3939To update the ` rustc-version ` file and install the latest rustc, you can run:
4040```
41- ./toolchain HEAD
41+ ./rustup- toolchain HEAD
4242```
4343
4444Now try ` ./miri test ` , and submit a PR once that works again.
Original file line number Diff line number Diff line change 77#
88# USAGE:
99#
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).
1111#
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.
1313#
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.
1515
1616# Determine new commit.
1717if [[ " $1 " == " " ]]; then
You can’t perform that action at this time.
0 commit comments