aboutsummaryrefslogtreecommitdiff
path: root/guide.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-20 17:32:07 +0000
committerAleksey Kladov <[email protected]>2019-01-21 08:27:01 +0000
commitf0a26d93c75791042052705f4aa62adff623315c (patch)
treed8d2d707956c653cd2b5b77099ab742bfb614c9f /guide.md
parentce47d6b7b68a658bd65211a07aab7baaffff4a50 (diff)
create a reference cycle by linking the video
Diffstat (limited to 'guide.md')
-rw-r--r--guide.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/guide.md b/guide.md
index cbdbff6d0..2c641cd2a 100644
--- a/guide.md
+++ b/guide.md
@@ -2,10 +2,11 @@
2 2
3## About the guide 3## About the guide
4 4
5This guide describes the current state of rust-analyzer as of 2019-01-20 5This 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 6tag [guide-2019-01]). Its purpose is to document various problems and
7architectural solutions related to the problem of building IDE-first compiler 7architectural solutions related to the problem of building IDE-first compiler
8for Rust. 8for Rust. There is a video version of this guide as well:
9https://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