Clarify line about RLS being unable to handle rustc
I based this clarification on this [answer](https://www.reddit.com/r/rust/comments/a8mk33/question_about_a_line_from_the_rust_compiler_book/ecbx1ma/) to my question on Reddit.
This commit is contained in:
parent
4e32d89e04
commit
edcb7919f3
|
|
@ -300,9 +300,7 @@ in other sections:
|
||||||
|
|
||||||
### ctags
|
### ctags
|
||||||
|
|
||||||
One of the challenges with rustc is that the RLS can't handle it, making code
|
One of the challenges with rustc is that the RLS can't handle it, making code navigation difficult. One solution is to use ctags. The following script can be used to set it up: https://github.com/nikomatsakis/rust-etags.
|
||||||
navigation difficult. One solution is to use `ctags`. The following script can
|
|
||||||
be used to set it up: [https://github.com/nikomatsakis/rust-etags][etags].
|
|
||||||
|
|
||||||
CTAGS integrates into emacs and vim quite easily. The following can then be
|
CTAGS integrates into emacs and vim quite easily. The following can then be
|
||||||
used to build and generate tags:
|
used to build and generate tags:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue