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.
2 parents 11e669e + f927c02 commit 589360bCopy full SHA for 589360b
README.md
@@ -18,7 +18,7 @@ compiletest_rs = "*"
18
```
19
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
+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
0 commit comments