Skip to content

Commit 25c2158

Browse files
authored
Merge pull request #212 from upsuper/patch-1
Update README.md to use `--toolchain nightly` rather than `--target`
2 parents 20b47eb + f7e720e commit 25c2158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ nightly channels of rust. We use the [`tester`](tester) fork of Rust's builtin
2222
`test` crate, so that we don't have require nightly. If you are running nightly
2323
and want to use Rust's `test` crate directly, you need to have the rustc development
2424
libraries install (which you can get by running `rustup component add rustc-dev
25-
--target nightly`). Once you have the rustc development libraries installed, you
25+
--toolchain nightly`). Once you have the rustc development libraries installed, you
2626
can use the `rustc` feature to make compiletest use them instead of the `tester`
2727
crate.
2828

0 commit comments

Comments
 (0)