mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-27 20:35:09 +00:00
create a reference cycle by linking the video
This commit is contained in:
parent
ce47d6b7b6
commit
f0a26d93c7
1 changed files with 4 additions and 3 deletions
7
guide.md
7
guide.md
|
@ -2,10 +2,11 @@
|
||||||
|
|
||||||
## About the guide
|
## About the guide
|
||||||
|
|
||||||
This guide describes the current state of rust-analyzer as of 2019-01-20
|
This guide describes the current state of rust-analyzer as of 2019-01-20 (git
|
||||||
(git tag [guide-2019-01]). Its purpose is to document various problems and
|
tag [guide-2019-01]). Its purpose is to document various problems and
|
||||||
architectural solutions related to the problem of building IDE-first compiler
|
architectural solutions related to the problem of building IDE-first compiler
|
||||||
for Rust.
|
for Rust. There is a video version of this guide as well:
|
||||||
|
https://youtu.be/ANKBNiSWyfc.
|
||||||
|
|
||||||
[guide-2019-01]: https://github.com/rust-analyzer/rust-analyzer/tree/guide-2019-01
|
[guide-2019-01]: https://github.com/rust-analyzer/rust-analyzer/tree/guide-2019-01
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue