You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Note that we added the `--keep-stage 1` flag here
263
-
263
+
264
264
The effect of `--keep-stage 1` is that we just *assume* that the old
265
265
standard library can be re-used. If you are editing the compiler, this
266
266
is almost always true: you haven't changed the standard library, after
@@ -300,9 +300,7 @@ in other sections:
300
300
301
301
### ctags
302
302
303
-
One of the challenges with rustc is that the RLS can't handle it, making code
304
-
navigation difficult. One solution is to use `ctags`. The following script can
305
-
be used to set it up: [https://github.com/nikomatsakis/rust-etags][etags].
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.
306
304
307
305
CTAGS integrates into emacs and vim quite easily. The following can then be
308
306
used to build and generate tags:
@@ -318,9 +316,9 @@ you last built, which is ridiculously useful.
318
316
319
317
### Cleaning out build directories
320
318
321
-
Sometimes you need to start fresh, but this is normally not the case.
322
-
If you need to run this then rustbuild is most likely not acting right and
323
-
you should file a bug as to what is going wrong. If you do need to clean
319
+
Sometimes you need to start fresh, but this is normally not the case.
320
+
If you need to run this then rustbuild is most likely not acting right and
321
+
you should file a bug as to what is going wrong. If you do need to clean
324
322
everything up then you only need to run one command!
0 commit comments