Skip to content

Commit

Permalink
rustc-dev has been temporarily removed
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Oct 14, 2019
1 parent c56784e commit 974a05b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ You can use [rustup-toolchain-install-master][rtim] to do that:

```bash
cargo install rustup-toolchain-install-master
rustup-toolchain-install-master --force -n master -c rustc-dev
rustup-toolchain-install-master --force -n master
rustup override set master
cargo test
```
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- del rust-toolchain
- cargo install --git https://github.com/kennytm/rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
- rustup-toolchain-install-master -f -n master -c rustc-dev
- rustup-toolchain-install-master -f -n master
- rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt
- rustup default master
- set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
Expand Down
2 changes: 1 addition & 1 deletion setup-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ if ! command -v rustup-toolchain-install-master > /dev/null; then
--debug
fi

rustup-toolchain-install-master -f -n master -c rustc-dev
rustup-toolchain-install-master -f -n master
rustup override set master

0 comments on commit 974a05b

Please sign in to comment.