Skip to content

Commit 1c8097b

Browse files
author
Rajkumar Natarajan
committed
updated with review comments
1 parent 9a3d5e6 commit 1c8097b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

src/build-install-distribution-artifacts.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ test that it works on your target system. You’ll want to run this command:
1616
./x.py install
1717
```
1818

19-
Note: If you are testing out a modification to a compiler, you might want to use it to compile some project.
19+
Note: If you are testing out a modification to a compiler, you
20+
might want to use it to compile some project.
2021
Usually, you do not want to use ./x.py install for testing.
21-
Rather, you should create a toolchain as discussed in how-to-build-and-run.html#creating-a-rustup-toolchain.
22-
For example, if the toolchain you created is called foo, you would then invoke it with rustc +foo ... (where ... represents the rest of the arguments).
22+
Rather, you should create a toolchain as discussed in
23+
[here][create-rustup-toolchain].
24+
25+
For example, if the toolchain you created is called foo, you
26+
would then invoke it with `rustc +foo ...` (where ... represents
27+
the rest of the arguments).
28+
29+
[create-rustup-toolchain]: ./how-to-build-and-run.md#creating-a-rustup-toolchain

src/compiler-documenting.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Much like individual tests or building certain components you can build only
3535

3636
## Document internal rustc items
3737

38-
Compiler documentation is not built by default - there's a flag in config.toml for achieving the same.
38+
Compiler documentation is not built by default. There's a flag in
39+
config.toml for achieving the same.
3940
But, when enabled, compiler documentation does include internal items.
4041

4142
Next open up config.toml and make sure these two lines are set to true:

0 commit comments

Comments
 (0)