@@ -54,131 +54,137 @@ error: you should put `be_sure_we_got_to_the_end_of_it` between ticks in the doc
54
54
LL | /// be_sure_we_got_to_the_end_of_it
55
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
56
56
57
+ error: you should put `be_sure_we_got_to_the_end_of_it` between ticks in the documentation
58
+ --> $DIR/doc.rs:58:5
59
+ |
60
+ LL | /// be_sure_we_got_to_the_end_of_it
61
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
62
+
57
63
error: you should put `link_with_underscores` between ticks in the documentation
58
- --> $DIR/doc.rs:52 :22
64
+ --> $DIR/doc.rs:62 :22
59
65
|
60
66
LL | /// This test has [a link_with_underscores][chunked-example] inside it. See #823.
61
67
| ^^^^^^^^^^^^^^^^^^^^^
62
68
63
69
error: you should put `inline_link2` between ticks in the documentation
64
- --> $DIR/doc.rs:55 :21
70
+ --> $DIR/doc.rs:65 :21
65
71
|
66
72
LL | /// It can also be [inline_link2].
67
73
| ^^^^^^^^^^^^
68
74
69
75
error: you should put `be_sure_we_got_to_the_end_of_it` between ticks in the documentation
70
- --> $DIR/doc.rs:65 :5
76
+ --> $DIR/doc.rs:75 :5
71
77
|
72
78
LL | /// be_sure_we_got_to_the_end_of_it
73
79
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74
80
75
81
error: you should put `CamelCaseThing` between ticks in the documentation
76
- --> $DIR/doc.rs:73 :8
82
+ --> $DIR/doc.rs:83 :8
77
83
|
78
84
LL | /// ## CamelCaseThing
79
85
| ^^^^^^^^^^^^^^
80
86
81
87
error: you should put `CamelCaseThing` between ticks in the documentation
82
- --> $DIR/doc.rs:76 :7
88
+ --> $DIR/doc.rs:86 :7
83
89
|
84
90
LL | /// # CamelCaseThing
85
91
| ^^^^^^^^^^^^^^
86
92
87
93
error: you should put `CamelCaseThing` between ticks in the documentation
88
- --> $DIR/doc.rs:78 :22
94
+ --> $DIR/doc.rs:88 :22
89
95
|
90
96
LL | /// Not a title #897 CamelCaseThing
91
97
| ^^^^^^^^^^^^^^
92
98
93
99
error: you should put `be_sure_we_got_to_the_end_of_it` between ticks in the documentation
94
- --> $DIR/doc.rs:79 :5
100
+ --> $DIR/doc.rs:89 :5
95
101
|
96
102
LL | /// be_sure_we_got_to_the_end_of_it
97
103
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
98
104
99
105
error: you should put `be_sure_we_got_to_the_end_of_it` between ticks in the documentation
100
- --> $DIR/doc.rs:86 :5
106
+ --> $DIR/doc.rs:96 :5
101
107
|
102
108
LL | /// be_sure_we_got_to_the_end_of_it
103
109
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
104
110
105
111
error: you should put `be_sure_we_got_to_the_end_of_it` between ticks in the documentation
106
- --> $DIR/doc.rs:99 :5
112
+ --> $DIR/doc.rs:109 :5
107
113
|
108
114
LL | /// be_sure_we_got_to_the_end_of_it
109
115
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
110
116
111
117
error: you should put `FooBar` between ticks in the documentation
112
- --> $DIR/doc.rs:110 :43
118
+ --> $DIR/doc.rs:120 :43
113
119
|
114
120
LL | /** E.g., serialization of an empty list: FooBar
115
121
| ^^^^^^
116
122
117
123
error: you should put `BarQuz` between ticks in the documentation
118
- --> $DIR/doc.rs:115 :5
124
+ --> $DIR/doc.rs:125 :5
119
125
|
120
126
LL | And BarQuz too.
121
127
| ^^^^^^
122
128
123
129
error: you should put `be_sure_we_got_to_the_end_of_it` between ticks in the documentation
124
- --> $DIR/doc.rs:116 :1
130
+ --> $DIR/doc.rs:126 :1
125
131
|
126
132
LL | be_sure_we_got_to_the_end_of_it
127
133
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
128
134
129
135
error: you should put `FooBar` between ticks in the documentation
130
- --> $DIR/doc.rs:121 :43
136
+ --> $DIR/doc.rs:131 :43
131
137
|
132
138
LL | /** E.g., serialization of an empty list: FooBar
133
139
| ^^^^^^
134
140
135
141
error: you should put `BarQuz` between ticks in the documentation
136
- --> $DIR/doc.rs:126 :5
142
+ --> $DIR/doc.rs:136 :5
137
143
|
138
144
LL | And BarQuz too.
139
145
| ^^^^^^
140
146
141
147
error: you should put `be_sure_we_got_to_the_end_of_it` between ticks in the documentation
142
- --> $DIR/doc.rs:127 :1
148
+ --> $DIR/doc.rs:137 :1
143
149
|
144
150
LL | be_sure_we_got_to_the_end_of_it
145
151
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
146
152
147
153
error: you should put `be_sure_we_got_to_the_end_of_it` between ticks in the documentation
148
- --> $DIR/doc.rs:138 :5
154
+ --> $DIR/doc.rs:148 :5
149
155
|
150
156
LL | /// be_sure_we_got_to_the_end_of_it
151
157
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
152
158
153
159
error: you should put bare URLs between `<`/`>` or make a proper Markdown link
154
- --> $DIR/doc.rs:165 :13
160
+ --> $DIR/doc.rs:175 :13
155
161
|
156
162
LL | /// Not ok: http://www.unicode.org
157
163
| ^^^^^^^^^^^^^^^^^^^^^^
158
164
159
165
error: you should put bare URLs between `<`/`>` or make a proper Markdown link
160
- --> $DIR/doc.rs:166 :13
166
+ --> $DIR/doc.rs:176 :13
161
167
|
162
168
LL | /// Not ok: https://www.unicode.org
163
169
| ^^^^^^^^^^^^^^^^^^^^^^^
164
170
165
171
error: you should put bare URLs between `<`/`>` or make a proper Markdown link
166
- --> $DIR/doc.rs:167 :13
172
+ --> $DIR/doc.rs:177 :13
167
173
|
168
174
LL | /// Not ok: http://www.unicode.org/
169
175
| ^^^^^^^^^^^^^^^^^^^^^^
170
176
171
177
error: you should put bare URLs between `<`/`>` or make a proper Markdown link
172
- --> $DIR/doc.rs:168 :13
178
+ --> $DIR/doc.rs:178 :13
173
179
|
174
180
LL | /// Not ok: http://www.unicode.org/reports/tr9/#Reordering_Resolved_Levels
175
181
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
176
182
177
183
error: you should put `mycrate::Collection` between ticks in the documentation
178
- --> $DIR/doc.rs:174 :22
184
+ --> $DIR/doc.rs:181 :22
179
185
|
180
186
LL | /// An iterator over mycrate::Collection's values.
181
187
| ^^^^^^^^^^^^^^^^^^^
182
188
183
- error: aborting due to 30 previous errors
189
+ error: aborting due to 31 previous errors
184
190
0 commit comments