|
94 | 94 | the `-Z unstable-options` flag.
|
95 | 95 | * [When running tests with `--test`, rustdoc will pass `--cfg`
|
96 | 96 | arguments to the compiler][1.7dt].
|
97 |
| -* [The compiler is built with RPATH information by default][1.7rp]. |
| 97 | +* [The compiler is built with RPATH information by default][1.7rpa]. |
98 | 98 | This means that it will be possible to run `rustc` when installed in
|
99 | 99 | unusual configurations without configuring the dynamic linker search
|
100 | 100 | path explicitly.
|
101 |
| -* [`rustc` passes `--enable-new-dtags` to GNU ld][1.7dt]. This makes |
| 101 | +* [`rustc` passes `--enable-new-dtags` to GNU ld][1.7dta]. This makes |
102 | 102 | any RPATH entries (emitted with `-C rpath`) *not* take precedence
|
103 | 103 | over `LD_LIBRARY_PATH`.
|
104 | 104 |
|
@@ -132,15 +132,15 @@ Compatibility Notes
|
132 | 132 | [1.7cp]: https://github.com/rust-lang/cargo/pull/2224
|
133 | 133 | [1.7d]: https://github.com/rust-lang/rust/pull/30724
|
134 | 134 | [1.7dt]: https://github.com/rust-lang/rust/pull/30372
|
135 |
| -[1.7dt]: https://github.com/rust-lang/rust/pull/30394 |
| 135 | +[1.7dta]: https://github.com/rust-lang/rust/pull/30394 |
136 | 136 | [1.7f]: https://github.com/rust-lang/rust/pull/30672
|
137 | 137 | [1.7h]: https://github.com/rust-lang/rust/pull/30818
|
138 | 138 | [1.7j]: https://github.com/rust-lang/rust/pull/30711
|
139 | 139 | [1.7ll]: https://github.com/rust-lang/rust/pull/30663
|
140 | 140 | [1.7m]: https://github.com/rust-lang/rust/pull/30381
|
141 | 141 | [1.7p]: https://github.com/rust-lang/rust/pull/30681
|
142 | 142 | [1.7rp]: https://github.com/rust-lang/rust/pull/29498
|
143 |
| -[1.7rp]: https://github.com/rust-lang/rust/pull/30353 |
| 143 | +[1.7rpa]: https://github.com/rust-lang/rust/pull/30353 |
144 | 144 | [1.7rr]: https://github.com/rust-lang/cargo/pull/2279
|
145 | 145 | [1.7sf]: https://github.com/rust-lang/rust/pull/30389
|
146 | 146 | [1.7utf8]: https://github.com/rust-lang/rust/pull/30740
|
|
0 commit comments