Compiler test manual
This commit is contained in:
parent
3f86602e00
commit
d09ba5d3ce
2 changed files with 45 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue