Skip to content

Commit 1b76094

Browse files
ednixmark-i-m
authored andcommitted
Do what the last commit said it did
1 parent b85fc37 commit 1b76094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/how-to-build-and-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ in other sections:
300300

301301
### ctags
302302

303-
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.
303+
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.
304304

305305
CTAGS integrates into emacs and vim quite easily. The following can then be
306306
used to build and generate tags:

0 commit comments

Comments
 (0)