diff options
-rw-r--r-- | guide.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,10 +2,11 @@ | |||
2 | 2 | ||
3 | ## About the guide | 3 | ## About the guide |
4 | 4 | ||
5 | This guide describes the current state of rust-analyzer as of 2019-01-20 | 5 | This guide describes the current state of rust-analyzer as of 2019-01-20 (git |
6 | (git tag [guide-2019-01]). Its purpose is to document various problems and | 6 | tag [guide-2019-01]). Its purpose is to document various problems and |
7 | architectural solutions related to the problem of building IDE-first compiler | 7 | architectural solutions related to the problem of building IDE-first compiler |
8 | for Rust. | 8 | for Rust. There is a video version of this guide as well: |
9 | https://youtu.be/ANKBNiSWyfc. | ||
9 | 10 | ||
10 | [guide-2019-01]: https://github.com/rust-analyzer/rust-analyzer/tree/guide-2019-01 | 11 | [guide-2019-01]: https://github.com/rust-analyzer/rust-analyzer/tree/guide-2019-01 |
11 | 12 | ||