lint-stability-fields-deprecated.stderr 12.1 KB
Newer Older
1
error: use of deprecated struct `cross_crate::lint_stability_fields::Deprecated`: text
2
  --> $DIR/lint-stability-fields-deprecated.rs:99:17
3 4 5 6
   |
LL |         let x = Deprecated {
   |                 ^^^^^^^^^^
   |
V
varkor 已提交
7
note: the lint level is defined here
M
Mark Rousskov 已提交
8
  --> $DIR/lint-stability-fields-deprecated.rs:3:9
9 10 11 12
   |
LL | #![deny(deprecated)]
   |         ^^^^^^^^^^

13
error: use of deprecated struct `cross_crate::lint_stability_fields::Deprecated`: text
14
  --> $DIR/lint-stability-fields-deprecated.rs:116:13
15 16 17 18
   |
LL |         let Deprecated {
   |             ^^^^^^^^^^

19
error: use of deprecated struct `cross_crate::lint_stability_fields::Deprecated`: text
20
  --> $DIR/lint-stability-fields-deprecated.rs:126:13
21 22 23 24
   |
LL |         let Deprecated
   |             ^^^^^^^^^^

25
error: use of deprecated tuple struct `cross_crate::lint_stability_fields::Deprecated2`: text
26
  --> $DIR/lint-stability-fields-deprecated.rs:131:17
27 28 29 30
   |
LL |         let x = Deprecated2(1, 2, 3);
   |                 ^^^^^^^^^^^

31
error: use of deprecated tuple struct `cross_crate::lint_stability_fields::Deprecated2`: text
32
  --> $DIR/lint-stability-fields-deprecated.rs:141:13
33 34 35 36
   |
LL |         let Deprecated2
   |             ^^^^^^^^^^^

37
error: use of deprecated tuple struct `cross_crate::lint_stability_fields::Deprecated2`: text
38
  --> $DIR/lint-stability-fields-deprecated.rs:150:13
39 40 41 42
   |
LL |         let Deprecated2
   |             ^^^^^^^^^^^

43
error: use of deprecated struct `this_crate::Deprecated`: text
44
  --> $DIR/lint-stability-fields-deprecated.rs:286:17
45 46 47 48
   |
LL |         let x = Deprecated {
   |                 ^^^^^^^^^^

49
error: use of deprecated struct `this_crate::Deprecated`: text
50
  --> $DIR/lint-stability-fields-deprecated.rs:303:13
51 52 53 54
   |
LL |         let Deprecated {
   |             ^^^^^^^^^^

55
error: use of deprecated struct `this_crate::Deprecated`: text
56
  --> $DIR/lint-stability-fields-deprecated.rs:313:13
57 58 59 60
   |
LL |         let Deprecated
   |             ^^^^^^^^^^

61
error: use of deprecated tuple struct `this_crate::Deprecated2`: text
62
  --> $DIR/lint-stability-fields-deprecated.rs:318:17
63 64 65 66
   |
LL |         let x = Deprecated2(1, 2, 3);
   |                 ^^^^^^^^^^^

67
error: use of deprecated tuple struct `this_crate::Deprecated2`: text
68
  --> $DIR/lint-stability-fields-deprecated.rs:328:13
69 70 71 72
   |
LL |         let Deprecated2
   |             ^^^^^^^^^^^

73
error: use of deprecated tuple struct `this_crate::Deprecated2`: text
74
  --> $DIR/lint-stability-fields-deprecated.rs:337:13
75 76 77 78
   |
LL |         let Deprecated2
   |             ^^^^^^^^^^^

79
error: use of deprecated field `cross_crate::lint_stability_fields::Stable::override2`: text
M
Mark Rousskov 已提交
80
  --> $DIR/lint-stability-fields-deprecated.rs:18:13
81 82 83 84
   |
LL |             override2: 3,
   |             ^^^^^^^^^^^^

85
error: use of deprecated field `cross_crate::lint_stability_fields::Stable::override2`: text
86
  --> $DIR/lint-stability-fields-deprecated.rs:25:17
87 88 89 90
   |
LL |         let _ = x.override2;
   |                 ^^^^^^^^^^^

91
error: use of deprecated field `cross_crate::lint_stability_fields::Stable::override2`: text
92
  --> $DIR/lint-stability-fields-deprecated.rs:32:13
93
   |
94
LL |             override2: _,
95 96
   |             ^^^^^^^^^^^^

97
error: use of deprecated field `cross_crate::lint_stability_fields::Stable2::2`: text
98
  --> $DIR/lint-stability-fields-deprecated.rs:43:17
99 100 101 102
   |
LL |         let _ = x.2;
   |                 ^^^

103
error: use of deprecated field `cross_crate::lint_stability_fields::Stable2::2`: text
104
  --> $DIR/lint-stability-fields-deprecated.rs:49:20
105
   |
106
LL |                    _,
107 108
   |                    ^

109
error: use of deprecated field `cross_crate::lint_stability_fields::Unstable::override2`: text
110
  --> $DIR/lint-stability-fields-deprecated.rs:60:13
111 112 113 114
   |
LL |             override2: 3,
   |             ^^^^^^^^^^^^

115
error: use of deprecated field `cross_crate::lint_stability_fields::Unstable::override2`: text
116
  --> $DIR/lint-stability-fields-deprecated.rs:66:17
117 118 119 120
   |
LL |         let _ = x.override2;
   |                 ^^^^^^^^^^^

121
error: use of deprecated field `cross_crate::lint_stability_fields::Unstable::override2`: text
122
  --> $DIR/lint-stability-fields-deprecated.rs:72:13
123 124 125 126
   |
LL |             override2: _
   |             ^^^^^^^^^^^^

127
error: use of deprecated field `cross_crate::lint_stability_fields::Unstable2::2`: text
128
  --> $DIR/lint-stability-fields-deprecated.rs:85:17
129 130 131 132
   |
LL |         let _ = x.2;
   |                 ^^^

133
error: use of deprecated field `cross_crate::lint_stability_fields::Unstable2::2`: text
134
  --> $DIR/lint-stability-fields-deprecated.rs:91:14
135 136 137 138
   |
LL |              _)
   |              ^

139
error: use of deprecated field `cross_crate::lint_stability_fields::Deprecated::inherit`: text
140
  --> $DIR/lint-stability-fields-deprecated.rs:101:13
141 142 143 144
   |
LL |             inherit: 1,
   |             ^^^^^^^^^^

145
error: use of deprecated field `cross_crate::lint_stability_fields::Deprecated::override1`: text
146
  --> $DIR/lint-stability-fields-deprecated.rs:103:13
147 148 149 150
   |
LL |             override1: 2,
   |             ^^^^^^^^^^^^

151
error: use of deprecated field `cross_crate::lint_stability_fields::Deprecated::override2`: text
152
  --> $DIR/lint-stability-fields-deprecated.rs:105:13
153 154 155 156
   |
LL |             override2: 3,
   |             ^^^^^^^^^^^^

157
error: use of deprecated field `cross_crate::lint_stability_fields::Deprecated::inherit`: text
158
  --> $DIR/lint-stability-fields-deprecated.rs:109:17
159 160 161 162
   |
LL |         let _ = x.inherit;
   |                 ^^^^^^^^^

163
error: use of deprecated field `cross_crate::lint_stability_fields::Deprecated::override1`: text
164
  --> $DIR/lint-stability-fields-deprecated.rs:111:17
165 166 167 168
   |
LL |         let _ = x.override1;
   |                 ^^^^^^^^^^^

169
error: use of deprecated field `cross_crate::lint_stability_fields::Deprecated::override2`: text
170
  --> $DIR/lint-stability-fields-deprecated.rs:113:17
171 172 173 174
   |
LL |         let _ = x.override2;
   |                 ^^^^^^^^^^^

175
error: use of deprecated field `cross_crate::lint_stability_fields::Deprecated::inherit`: text
176
  --> $DIR/lint-stability-fields-deprecated.rs:118:13
177 178 179 180
   |
LL |             inherit: _,
   |             ^^^^^^^^^^

181
error: use of deprecated field `cross_crate::lint_stability_fields::Deprecated::override1`: text
182
  --> $DIR/lint-stability-fields-deprecated.rs:120:13
183 184 185 186
   |
LL |             override1: _,
   |             ^^^^^^^^^^^^

187
error: use of deprecated field `cross_crate::lint_stability_fields::Deprecated::override2`: text
188
  --> $DIR/lint-stability-fields-deprecated.rs:122:13
189 190 191 192
   |
LL |             override2: _
   |             ^^^^^^^^^^^^

193
error: use of deprecated field `cross_crate::lint_stability_fields::Deprecated2::0`: text
194
  --> $DIR/lint-stability-fields-deprecated.rs:134:17
195 196 197 198
   |
LL |         let _ = x.0;
   |                 ^^^

199
error: use of deprecated field `cross_crate::lint_stability_fields::Deprecated2::1`: text
200
  --> $DIR/lint-stability-fields-deprecated.rs:136:17
201 202 203 204
   |
LL |         let _ = x.1;
   |                 ^^^

205
error: use of deprecated field `cross_crate::lint_stability_fields::Deprecated2::2`: text
206
  --> $DIR/lint-stability-fields-deprecated.rs:138:17
207 208 209 210
   |
LL |         let _ = x.2;
   |                 ^^^

211
error: use of deprecated field `cross_crate::lint_stability_fields::Deprecated2::0`: text
212
  --> $DIR/lint-stability-fields-deprecated.rs:143:14
213 214 215 216
   |
LL |             (_,
   |              ^

217
error: use of deprecated field `cross_crate::lint_stability_fields::Deprecated2::1`: text
218
  --> $DIR/lint-stability-fields-deprecated.rs:145:14
219 220 221 222
   |
LL |              _,
   |              ^

223
error: use of deprecated field `cross_crate::lint_stability_fields::Deprecated2::2`: text
224
  --> $DIR/lint-stability-fields-deprecated.rs:147:14
225 226 227 228
   |
LL |              _)
   |              ^

229
error: use of deprecated field `this_crate::Stable::override2`: text
230
  --> $DIR/lint-stability-fields-deprecated.rs:210:13
231 232 233 234
   |
LL |             override2: 3,
   |             ^^^^^^^^^^^^

235
error: use of deprecated field `this_crate::Stable::override2`: text
236
  --> $DIR/lint-stability-fields-deprecated.rs:216:17
237 238 239 240
   |
LL |         let _ = x.override2;
   |                 ^^^^^^^^^^^

241
error: use of deprecated field `this_crate::Stable::override2`: text
242
  --> $DIR/lint-stability-fields-deprecated.rs:222:13
243 244 245 246
   |
LL |             override2: _
   |             ^^^^^^^^^^^^

247
error: use of deprecated field `this_crate::Stable2::2`: text
248
  --> $DIR/lint-stability-fields-deprecated.rs:232:17
249 250 251 252
   |
LL |         let _ = x.2;
   |                 ^^^

253
error: use of deprecated field `this_crate::Stable2::2`: text
254
  --> $DIR/lint-stability-fields-deprecated.rs:237:20
255 256 257 258
   |
LL |                    _)
   |                    ^

259
error: use of deprecated field `this_crate::Unstable::override2`: text
260
  --> $DIR/lint-stability-fields-deprecated.rs:247:13
261 262 263 264
   |
LL |             override2: 3,
   |             ^^^^^^^^^^^^

265
error: use of deprecated field `this_crate::Unstable::override2`: text
266
  --> $DIR/lint-stability-fields-deprecated.rs:253:17
267 268 269 270
   |
LL |         let _ = x.override2;
   |                 ^^^^^^^^^^^

271
error: use of deprecated field `this_crate::Unstable::override2`: text
272
  --> $DIR/lint-stability-fields-deprecated.rs:259:13
273 274 275 276
   |
LL |             override2: _
   |             ^^^^^^^^^^^^

277
error: use of deprecated field `this_crate::Unstable2::2`: text
278
  --> $DIR/lint-stability-fields-deprecated.rs:272:17
279 280 281 282
   |
LL |         let _ = x.2;
   |                 ^^^

283
error: use of deprecated field `this_crate::Unstable2::2`: text
284
  --> $DIR/lint-stability-fields-deprecated.rs:278:14
285 286 287 288
   |
LL |              _)
   |              ^

289
error: use of deprecated field `this_crate::Deprecated::inherit`: text
290
  --> $DIR/lint-stability-fields-deprecated.rs:288:13
291 292 293 294
   |
LL |             inherit: 1,
   |             ^^^^^^^^^^

295
error: use of deprecated field `this_crate::Deprecated::override1`: text
296
  --> $DIR/lint-stability-fields-deprecated.rs:290:13
297 298 299 300
   |
LL |             override1: 2,
   |             ^^^^^^^^^^^^

301
error: use of deprecated field `this_crate::Deprecated::override2`: text
302
  --> $DIR/lint-stability-fields-deprecated.rs:292:13
303 304 305 306
   |
LL |             override2: 3,
   |             ^^^^^^^^^^^^

307
error: use of deprecated field `this_crate::Deprecated::inherit`: text
308
  --> $DIR/lint-stability-fields-deprecated.rs:296:17
309 310 311 312
   |
LL |         let _ = x.inherit;
   |                 ^^^^^^^^^

313
error: use of deprecated field `this_crate::Deprecated::override1`: text
314
  --> $DIR/lint-stability-fields-deprecated.rs:298:17
315 316 317 318
   |
LL |         let _ = x.override1;
   |                 ^^^^^^^^^^^

319
error: use of deprecated field `this_crate::Deprecated::override2`: text
320
  --> $DIR/lint-stability-fields-deprecated.rs:300:17
321 322 323 324
   |
LL |         let _ = x.override2;
   |                 ^^^^^^^^^^^

325
error: use of deprecated field `this_crate::Deprecated::inherit`: text
326
  --> $DIR/lint-stability-fields-deprecated.rs:305:13
327 328 329 330
   |
LL |             inherit: _,
   |             ^^^^^^^^^^

331
error: use of deprecated field `this_crate::Deprecated::override1`: text
332
  --> $DIR/lint-stability-fields-deprecated.rs:307:13
333 334 335 336
   |
LL |             override1: _,
   |             ^^^^^^^^^^^^

337
error: use of deprecated field `this_crate::Deprecated::override2`: text
338
  --> $DIR/lint-stability-fields-deprecated.rs:309:13
339 340 341 342
   |
LL |             override2: _
   |             ^^^^^^^^^^^^

343
error: use of deprecated field `this_crate::Deprecated2::0`: text
344
  --> $DIR/lint-stability-fields-deprecated.rs:321:17
345 346 347 348
   |
LL |         let _ = x.0;
   |                 ^^^

349
error: use of deprecated field `this_crate::Deprecated2::1`: text
350
  --> $DIR/lint-stability-fields-deprecated.rs:323:17
351 352 353 354
   |
LL |         let _ = x.1;
   |                 ^^^

355
error: use of deprecated field `this_crate::Deprecated2::2`: text
356
  --> $DIR/lint-stability-fields-deprecated.rs:325:17
357 358 359 360
   |
LL |         let _ = x.2;
   |                 ^^^

361
error: use of deprecated field `this_crate::Deprecated2::0`: text
362
  --> $DIR/lint-stability-fields-deprecated.rs:330:14
363 364 365 366
   |
LL |             (_,
   |              ^

367
error: use of deprecated field `this_crate::Deprecated2::1`: text
368
  --> $DIR/lint-stability-fields-deprecated.rs:332:14
369 370 371 372
   |
LL |              _,
   |              ^

373
error: use of deprecated field `this_crate::Deprecated2::2`: text
374
  --> $DIR/lint-stability-fields-deprecated.rs:334:14
375 376 377 378 379 380
   |
LL |              _)
   |              ^

error: aborting due to 62 previous errors