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