diff options
author | Aleksey Kladov <[email protected]> | 2019-01-20 17:32:07 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-01-21 08:27:01 +0000 |
commit | f0a26d93c75791042052705f4aa62adff623315c (patch) | |
tree | d8d2d707956c653cd2b5b77099ab742bfb614c9f | |
parent | ce47d6b7b68a658bd65211a07aab7baaffff4a50 (diff) |
create a reference cycle by linking the video
-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 | ||