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:
ednix 2018-12-22 23:49:31 +05:30 committed by Who? Me?!
parent 4e32d89e04
commit edcb7919f3
1 changed files with 14 additions and 16 deletions

View File

@ -300,9 +300,7 @@ in other sections:
### ctags
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][etags].
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.
CTAGS integrates into emacs and vim quite easily. The following can then be
used to build and generate tags: