-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 2994bb4
committed
Add rustdoc support for use<> in (local) RPITs
1 parent 5315cbe commit 2994bb4
File tree
6 files changed
+37
-2
lines changed- compiler/rustc_hir/src
- src/librustdoc
- clean
- html
- tests/rustdoc
6 files changed
+37
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2708 | 2708 |
| |
2709 | 2709 |
| |
2710 | 2710 |
| |
2711 | + | ||
2712 | + | ||
2713 | + | ||
2714 | + | ||
2715 | + | ||
2716 | + | ||
2717 | + | ||
2711 | 2718 |
| |
2712 | 2719 |
| |
2713 | 2720 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
232 | - | ||
232 | + | ||
233 | + | ||
234 | + | ||
233 | 235 |
| |
234 | 236 |
| |
235 | 237 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 | - | ||
82 | + | ||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1244 | 1244 |
| |
1245 | 1245 |
| |
1246 | 1246 |
| |
1247 | + | ||
1248 | + | ||
1247 | 1249 |
| |
1248 | 1250 |
| |
1249 | 1251 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
412 | 412 |
| |
413 | 413 |
| |
414 | 414 |
| |
415 | + | ||
416 | + | ||
417 | + | ||
418 | + | ||
419 | + | ||
420 | + | ||
421 | + | ||
422 | + | ||
423 | + | ||
424 | + | ||
415 | 425 |
| |
416 | 426 |
| |
417 | 427 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + |
0 commit comments