about summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorchristopherdumas <christopherdumas@me.com>2015-09-12 08:02:01 -0700
committerchristopherdumas <christopherdumas@me.com>2015-09-12 08:02:01 -0700
commitd09ba5d3ce812248af448c094ebd0edcf818dfc5 (patch)
tree1c34de0060e79c3aecef7c2491f52bf3b53e0b6f /CONTRIBUTING.md
parent3f86602e00a98ef07490ea2496dc7b5cab3e2c7d (diff)
downloadrust-d09ba5d3ce812248af448c094ebd0edcf818dfc5.tar.gz
rust-d09ba5d3ce812248af448c094ebd0edcf818dfc5.zip
Compiler test manual
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fd02b1e34c0..72962f7c5a8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -224,6 +224,7 @@ are:
 * The [rust referance][rr], even though it doesn't specifically talk about Rust's internals, its a great reasource nontheless
 * Although out of date, [Tom Lee's great blog article][tlgba] is very helpful
 * [rustaceans.org][ro] is helpful, but mostly dedicated to IRC
+* The [Rust Compiler Testing Docs][rctd]
 * **Google**!
 * Don't be afraid to ask! The Rust community is friendly and helpful.
 
@@ -232,3 +233,4 @@ are:
 [rr]: https://doc.rust-lang.org/book/README.html
 [tlgba]: http://tomlee.co/2014/04/03/a-more-detailed-tour-of-the-rust-compiler/
 [ro]: http://www.rustaceans.org/
+[rctd]: ./COMPILER_TESTS.md