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.
1 parent d01fc65 commit 931fe69Copy full SHA for 931fe69
README.md
@@ -20,7 +20,7 @@ compiletest_rs = "*"
20
By default, `compiletest-rs` should be able to run on both stable, beta and
21
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 to have the rustc development
+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
26
can use the `rustc` feature to make compiletest use them instead of the `tester`
0 commit comments