Do what the last commit said it did
This commit is contained in:
parent
75c3d9b919
commit
a65fb78718
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +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.
|
||||
One of the challenges with rustc is that the RLS can't handle it, since it's a bootstrapping compiler. This makes 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue