Commit 6b07382
authored
Rollup merge of rust-lang#133105 - bvanjoi:issue-132743, r=petrochenkov
only store valid proc macro item for doc link
Fixes rust-lang#132743
The definition item can be detected if it is exported in the doc, so store these items rather than skipping.
r? `@petrochenkov`File tree
3 files changed
+45
-15
lines changed- compiler/rustc_resolve/src
- tests/rustdoc-ui/intra-doc
- auxiliary
3 files changed
+45
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4794 | 4794 | | |
4795 | 4795 | | |
4796 | 4796 | | |
4797 | | - | |
4798 | | - | |
4799 | | - | |
4800 | | - | |
4801 | | - | |
4802 | | - | |
| 4797 | + | |
4803 | 4798 | | |
4804 | | - | |
| 4799 | + | |
| 4800 | + | |
4805 | 4801 | | |
4806 | 4802 | | |
4807 | 4803 | | |
| |||
4810 | 4806 | | |
4811 | 4807 | | |
4812 | 4808 | | |
| 4809 | + | |
| 4810 | + | |
| 4811 | + | |
| 4812 | + | |
| 4813 | + | |
| 4814 | + | |
| 4815 | + | |
| 4816 | + | |
| 4817 | + | |
| 4818 | + | |
| 4819 | + | |
4813 | 4820 | | |
4814 | 4821 | | |
4815 | 4822 | | |
| |||
4872 | 4879 | | |
4873 | 4880 | | |
4874 | 4881 | | |
4875 | | - | |
4876 | | - | |
4877 | | - | |
4878 | | - | |
4879 | | - | |
4880 | | - | |
4881 | | - | |
4882 | | - | |
| 4882 | + | |
| 4883 | + | |
| 4884 | + | |
4883 | 4885 | | |
4884 | 4886 | | |
4885 | 4887 | | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments