@@ -22,7 +22,7 @@ LL | /// [`dummy_target`](dummy_target)
22
22
= help: Remove explicit link instead
23
23
24
24
error: redundant explicit rustdoc link
25
- --> $DIR/redundant_explicit_links.rs:7 :11
25
+ --> $DIR/redundant_explicit_links.rs:8 :11
26
26
|
27
27
LL | /// [Vec](Vec)
28
28
| ^^^
@@ -31,7 +31,7 @@ LL | /// [Vec](Vec)
31
31
= help: Remove explicit link instead
32
32
33
33
error: redundant explicit rustdoc link
34
- --> $DIR/redundant_explicit_links.rs:8 :13
34
+ --> $DIR/redundant_explicit_links.rs:9 :13
35
35
|
36
36
LL | /// [`Vec`](Vec)
37
37
| ^^^
@@ -40,7 +40,7 @@ LL | /// [`Vec`](Vec)
40
40
= help: Remove explicit link instead
41
41
42
42
error: redundant explicit rustdoc link
43
- --> $DIR/redundant_explicit_links.rs:9 :11
43
+ --> $DIR/redundant_explicit_links.rs:10 :11
44
44
|
45
45
LL | /// [Vec](std::vec::Vec)
46
46
| ^^^^^^^^^^^^^
@@ -49,7 +49,7 @@ LL | /// [Vec](std::vec::Vec)
49
49
= help: Remove explicit link instead
50
50
51
51
error: redundant explicit rustdoc link
52
- --> $DIR/redundant_explicit_links.rs:10 :13
52
+ --> $DIR/redundant_explicit_links.rs:11 :13
53
53
|
54
54
LL | /// [`Vec`](std::vec::Vec)
55
55
| ^^^^^^^^^^^^^
@@ -58,7 +58,7 @@ LL | /// [`Vec`](std::vec::Vec)
58
58
= help: Remove explicit link instead
59
59
60
60
error: redundant explicit rustdoc link
61
- --> $DIR/redundant_explicit_links.rs:11 :21
61
+ --> $DIR/redundant_explicit_links.rs:14 :21
62
62
|
63
63
LL | /// [std::vec::Vec](std::vec::Vec)
64
64
| ^^^^^^^^^^^^^
@@ -67,7 +67,7 @@ LL | /// [std::vec::Vec](std::vec::Vec)
67
67
= help: Remove explicit link instead
68
68
69
69
error: redundant explicit rustdoc link
70
- --> $DIR/redundant_explicit_links.rs:12 :23
70
+ --> $DIR/redundant_explicit_links.rs:15 :23
71
71
|
72
72
LL | /// [`std::vec::Vec`](std::vec::Vec)
73
73
| ^^^^^^^^^^^^^
@@ -76,7 +76,7 @@ LL | /// [`std::vec::Vec`](std::vec::Vec)
76
76
= help: Remove explicit link instead
77
77
78
78
error: redundant explicit rustdoc link
79
- --> $DIR/redundant_explicit_links.rs:13 :13
79
+ --> $DIR/redundant_explicit_links.rs:17 :13
80
80
|
81
81
LL | /// [usize](usize)
82
82
| ^^^^^
@@ -85,13 +85,49 @@ LL | /// [usize](usize)
85
85
= help: Remove explicit link instead
86
86
87
87
error: redundant explicit rustdoc link
88
- --> $DIR/redundant_explicit_links.rs:14 :15
88
+ --> $DIR/redundant_explicit_links.rs:18 :15
89
89
|
90
90
LL | /// [`usize`](usize)
91
91
| ^^^^^
92
92
|
93
93
= note: Explicit link does not affect the original link
94
94
= help: Remove explicit link instead
95
95
96
- error: aborting due to 10 previous errors
96
+ error: redundant explicit rustdoc link
97
+ --> $DIR/redundant_explicit_links.rs:19:13
98
+ |
99
+ LL | /// [usize](std::primitive::usize)
100
+ | ^^^^^^^^^^^^^^^^^^^^^
101
+ |
102
+ = note: Explicit link does not affect the original link
103
+ = help: Remove explicit link instead
104
+
105
+ error: redundant explicit rustdoc link
106
+ --> $DIR/redundant_explicit_links.rs:20:15
107
+ |
108
+ LL | /// [`usize`](std::primitive::usize)
109
+ | ^^^^^^^^^^^^^^^^^^^^^
110
+ |
111
+ = note: Explicit link does not affect the original link
112
+ = help: Remove explicit link instead
113
+
114
+ error: redundant explicit rustdoc link
115
+ --> $DIR/redundant_explicit_links.rs:23:29
116
+ |
117
+ LL | /// [std::primitive::usize](std::primitive::usize)
118
+ | ^^^^^^^^^^^^^^^^^^^^^
119
+ |
120
+ = note: Explicit link does not affect the original link
121
+ = help: Remove explicit link instead
122
+
123
+ error: redundant explicit rustdoc link
124
+ --> $DIR/redundant_explicit_links.rs:24:31
125
+ |
126
+ LL | /// [`std::primitive::usize`](std::primitive::usize)
127
+ | ^^^^^^^^^^^^^^^^^^^^^
128
+ |
129
+ = note: Explicit link does not affect the original link
130
+ = help: Remove explicit link instead
131
+
132
+ error: aborting due to 14 previous errors
97
133
0 commit comments