about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorednix <rocketicv@gmail.com>2018-12-22 23:54:05 +0530
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-12-23 22:49:56 -0600
commita65fb787186abc01bc0fa7532c0f6fdb9142042f (patch)
treeeb23abc502bca49720d22c56198e148d3c74ed76 /src/doc/rustc-dev-guide
parent75c3d9b919248dfa9627ecf966cc795c5dc4daec (diff)
downloadrust-a65fb787186abc01bc0fa7532c0f6fdb9142042f.tar.gz
rust-a65fb787186abc01bc0fa7532c0f6fdb9142042f.zip
Do what the last commit said it did
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/how-to-build-and-run.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/how-to-build-and-run.md b/src/doc/rustc-dev-guide/src/how-to-build-and-run.md
index cc1a5f9c09c..077ea39f91c 100644
--- a/src/doc/rustc-dev-guide/src/how-to-build-and-run.md
+++ b/src/doc/rustc-dev-guide/src/how-to-build-and-run.md
@@ -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: