diff options
-rw-r--r-- | guide.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -3,9 +3,11 @@ | |||
3 | ## About the guide | 3 | ## About the guide |
4 | 4 | ||
5 | This guide describes the current start of the rust-analyzer as of 2019-01-20 | 5 | This guide describes the current start of the rust-analyzer as of 2019-01-20 |
6 | (commit hash guide-2019-01). Its purpose is to | 6 | (git tag [guide-2019-01]). Its purpose is to document various problems and |
7 | document various problems and architectural solutions related to the problem of | 7 | architectural solutions related to the problem of building IDE-first compiler |
8 | building IDE-first compiler. | 8 | for Rust. |
9 | |||
10 | [guide-2019-01]: https://github.com/rust-analyzer/rust-analyzer/tree/guide-2019-01 | ||
9 | 11 | ||
10 | ## The big picture | 12 | ## The big picture |
11 | 13 | ||