forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit cba164c
authored
Rollup merge of rust-lang#123162 - GuillaumeGomez:fix-123158, r=notriddle
Correctly get complete intra-doc link data
Fixes rust-lang#123158.
The problem was that we didn't take into account cases where there would be content other than backticks into the intra doc link definition.
r? `@notriddle`File tree
2 files changed
+20
-1
lines changed- src/librustdoc/passes/lint
- tests/rustdoc-ui
2 files changed
+20
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 | - | ||
93 | + | ||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
| |||
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
267 | + | ||
267 | 268 |
| |
268 | 269 |
| |
269 | 270 |
| |
| |||
281 | 282 |
| |
282 | 283 |
| |
283 | 284 |
| |
285 | + | ||
286 | + | ||
287 | + | ||
288 | + | ||
289 | + | ||
284 | 290 |
| |
285 | 291 |
| |
286 | 292 |
| |
287 | 293 |
| |
288 | 294 |
| |
289 | 295 |
| |
290 | 296 |
| |
297 | + | ||
298 | + | ||
299 | + | ||
300 | + | ||
301 | + | ||
291 | 302 |
| |
292 | 303 |
| |
293 | 304 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + |
0 commit comments