Skip to content

Commit f838410

Browse files
committed
toolchain -> rustup-toolchain
1 parent c9b3b68 commit f838410

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2424
install 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

3939
To update the `rustc-version` file and install the latest rustc, you can run:
4040
```
41-
./toolchain HEAD
41+
./rustup-toolchain HEAD
4242
```
4343

4444
Now try `./miri test`, and submit a PR once that works again.

toolchain renamed to rustup-toolchain

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ set -e
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.
1717
if [[ "$1" == "" ]]; then

0 commit comments

Comments
 (0)