We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--toolchain nightly
--target
1 parent 20b47eb commit f7e720eCopy full SHA for f7e720e
README.md
@@ -22,7 +22,7 @@ nightly channels of rust. We use the [`tester`](tester) fork of Rust's builtin
22
`test` crate, so that we don't have require nightly. If you are running nightly
23
and want to use Rust's `test` crate directly, you need to have the rustc development
24
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
+--toolchain nightly`). Once you have the rustc development libraries installed, you
26
can use the `rustc` feature to make compiletest use them instead of the `tester`
27
crate.
28
0 commit comments