Skip to content

Commit 6eb3adc

Browse files
phanschSergioBenitez
authored andcommitted
Update link to annotation syntax
It was pointing to [here][link] which has been moved to the rustc-guide. It now links to [here][link2] which explains all the annotations. [link]: https://github.com/rust-lang/rust/blob/master/src/test/COMPILER_TESTS.md [link2]: https://rust-lang-nursery.github.io/rustc-guide/tests/adding.html#header-commands-configuring-rustc
1 parent 76df112 commit 6eb3adc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Example
7979
-------
8080
See the `test-project` folder for a complete working example using the
8181
`compiletest-rs` utility. Simply `cd test-project` and `cargo test` to see the
82-
tests run. The annotation syntax is documented in [rust's test-suite][tests].
82+
tests run. The annotation syntax is documented in the [rustc-guide][tests].
8383

8484
TODO
8585
----
@@ -103,4 +103,4 @@ If you are unsure, open a pull request anyway and we would be glad to help!
103103

104104
[upstream]: https://github.com/rust-lang/rust/tree/master/src/tools/compiletest
105105
[src]: https://github.com/rust-lang/rust/tree/master/src/tools/compiletest/src
106-
[tests]: https://github.com/rust-lang/rust/blob/master/src/test/COMPILER_TESTS.md
106+
[tests]: https://rust-lang-nursery.github.io/rustc-guide/tests/adding.html#header-commands-configuring-rustc

0 commit comments

Comments
 (0)