File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ in other sections:
256
256
- ` ./x.py build --stage 1 ` – builds everything using the stage 1 compiler,
257
257
not just up to libstd
258
258
- ` ./x.py build ` – builds the stage2 compiler
259
- - Running tests (see the [ section on running tests] ( ./tests/running.html ) for
259
+ - Running tests (see the [ section on running tests] ( .. /tests/running.html ) for
260
260
more details):
261
261
- ` ./x.py test --stage 1 src/libstd ` – runs the ` #[test] ` tests from libstd
262
262
- ` ./x.py test --stage 1 src/test/ui ` – runs the ` ui ` test suite
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ the MIR).
53
53
54
54
** The TL;DR is that you might get weird behavior from a compile when
55
55
using ` --keep-stage 1 ` ** -- for example, strange
56
- [ ICEs] ( appendix/glossary.html ) or other panics. In that case, you
56
+ [ ICEs] ( ../ appendix/glossary.html) or other panics. In that case, you
57
57
should simply remove the ` --keep-stage 1 ` from the command and
58
58
rebuild. That ought to fix the problem.
59
59
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This is a guide for how to profile rustc with [perf](https://perf.wiki.kernel.or
14
14
- Make a rustup toolchain pointing to that result
15
15
- see [ the "build and run" section for instructions] [ b-a-r ]
16
16
17
- [ b-a-r ] : ../how-to-build-and-run.html#toolchain
17
+ [ b-a-r ] : ../building/ how-to-build-and-run.html#toolchain
18
18
19
19
## Gathering a perf profile
20
20
You can’t perform that action at this time.
0 commit comments