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 5ddc4f9 commit 4701fa2Copy full SHA for 4701fa2
src/tests/compiletest.md
@@ -203,8 +203,10 @@ The attribute takes the following arguments:
203
This can be useful to ensure that a test is actually exercising the deserialization
204
logic for a particular query result. This can be combined with `except`.
205
206
-[`tests/incremental`]: https://github.com/rust-lang/rust/tree/HEAD/tests/incremental
+A simple example of a test using `rustc_clean` is the [hello_world test](#helloworld).
207
208
+[`tests/incremental`]: https://github.com/rust-lang/rust/tree/HEAD/tests/incremental
209
+[`helloworld`]: https://github.com/rust-lang/rust/tree/HEAD/tests/incremental/hello_world.rs
210
211
### Debuginfo tests
212
0 commit comments