@@ -324,47 +324,58 @@ fn register_builtins(store: &mut LintStore, no_interleave_lints: bool) {
324
324
) ;
325
325
store. register_removed (
326
326
"hr_lifetime_in_assoc_type" ,
327
- "converted into hard error, see https://github.com/rust-lang/rust/issues/33685" ,
327
+ "converted into hard error, see issue #33685 \
328
+ <https://github.com/rust-lang/rust/issues/33685> for more information",
328
329
) ;
329
330
store. register_removed (
330
331
"inaccessible_extern_crate" ,
331
- "converted into hard error, see https://github.com/rust-lang/rust/issues/36886" ,
332
+ "converted into hard error, see issue #36886 \
333
+ <https://github.com/rust-lang/rust/issues/36886> for more information",
332
334
) ;
333
335
store. register_removed (
334
336
"super_or_self_in_global_path" ,
335
- "converted into hard error, see https://github.com/rust-lang/rust/issues/36888" ,
337
+ "converted into hard error, see issue #36888 \
338
+ <https://github.com/rust-lang/rust/issues/36888> for more information",
336
339
) ;
337
340
store. register_removed (
338
341
"overlapping_inherent_impls" ,
339
- "converted into hard error, see https://github.com/rust-lang/rust/issues/36889" ,
342
+ "converted into hard error, see issue #36889 \
343
+ <https://github.com/rust-lang/rust/issues/36889> for more information",
340
344
) ;
341
345
store. register_removed (
342
346
"illegal_floating_point_constant_pattern" ,
343
- "converted into hard error, see https://github.com/rust-lang/rust/issues/36890" ,
347
+ "converted into hard error, see issue #36890 \
348
+ <https://github.com/rust-lang/rust/issues/36890> for more information",
344
349
) ;
345
350
store. register_removed (
346
351
"illegal_struct_or_enum_constant_pattern" ,
347
- "converted into hard error, see https://github.com/rust-lang/rust/issues/36891" ,
352
+ "converted into hard error, see issue #36891 \
353
+ <https://github.com/rust-lang/rust/issues/36891> for more information",
348
354
) ;
349
355
store. register_removed (
350
356
"lifetime_underscore" ,
351
- "converted into hard error, see https://github.com/rust-lang/rust/issues/36892" ,
357
+ "converted into hard error, see issue #36892 \
358
+ <https://github.com/rust-lang/rust/issues/36892> for more information",
352
359
) ;
353
360
store. register_removed (
354
361
"extra_requirement_in_impl" ,
355
- "converted into hard error, see https://github.com/rust-lang/rust/issues/37166" ,
362
+ "converted into hard error, see issue #37166 \
363
+ <https://github.com/rust-lang/rust/issues/37166> for more information",
356
364
) ;
357
365
store. register_removed (
358
366
"legacy_imports" ,
359
- "converted into hard error, see https://github.com/rust-lang/rust/issues/38260" ,
367
+ "converted into hard error, see issue #38260 \
368
+ <https://github.com/rust-lang/rust/issues/38260> for more information",
360
369
) ;
361
370
store. register_removed (
362
371
"coerce_never" ,
363
- "converted into hard error, see https://github.com/rust-lang/rust/issues/48950" ,
372
+ "converted into hard error, see issue #48950 \
373
+ <https://github.com/rust-lang/rust/issues/48950> for more information",
364
374
) ;
365
375
store. register_removed (
366
376
"resolve_trait_on_defaulted_unit" ,
367
- "converted into hard error, see https://github.com/rust-lang/rust/issues/48950" ,
377
+ "converted into hard error, see issue #48950 \
378
+ <https://github.com/rust-lang/rust/issues/48950> for more information",
368
379
) ;
369
380
store. register_removed (
370
381
"private_no_mangle_fns" ,
@@ -377,35 +388,43 @@ fn register_builtins(store: &mut LintStore, no_interleave_lints: bool) {
377
388
store. register_removed ( "bad_repr" , "replaced with a generic attribute input check" ) ;
378
389
store. register_removed (
379
390
"duplicate_matcher_binding_name" ,
380
- "converted into hard error, see https://github.com/rust-lang/rust/issues/57742" ,
391
+ "converted into hard error, see issue #57742 \
392
+ <https://github.com/rust-lang/rust/issues/57742> for more information",
381
393
) ;
382
394
store. register_removed (
383
395
"incoherent_fundamental_impls" ,
384
- "converted into hard error, see https://github.com/rust-lang/rust/issues/46205" ,
396
+ "converted into hard error, see issue #46205 \
397
+ <https://github.com/rust-lang/rust/issues/46205> for more information",
385
398
) ;
386
399
store. register_removed (
387
400
"legacy_constructor_visibility" ,
388
- "converted into hard error, see https://github.com/rust-lang/rust/issues/39207" ,
401
+ "converted into hard error, see issue #39207 \
402
+ <https://github.com/rust-lang/rust/issues/39207> for more information",
389
403
) ;
390
404
store. register_removed (
391
405
"legacy_directory_ownership" ,
392
- "converted into hard error, see https://github.com/rust-lang/rust/issues/37872" ,
406
+ "converted into hard error, see issue #37872 \
407
+ <https://github.com/rust-lang/rust/issues/37872> for more information",
393
408
) ;
394
409
store. register_removed (
395
410
"safe_extern_statics" ,
396
- "converted into hard error, see https://github.com/rust-lang/rust/issues/36247" ,
411
+ "converted into hard error, see issue #36247 \
412
+ <https://github.com/rust-lang/rust/issues/36247> for more information",
397
413
) ;
398
414
store. register_removed (
399
415
"parenthesized_params_in_types_and_modules" ,
400
- "converted into hard error, see https://github.com/rust-lang/rust/issues/42238" ,
416
+ "converted into hard error, see issue #42238 \
417
+ <https://github.com/rust-lang/rust/issues/42238> for more information",
401
418
) ;
402
419
store. register_removed (
403
420
"duplicate_macro_exports" ,
404
- "converted into hard error, see https://github.com/rust-lang/rust/issues/35896" ,
421
+ "converted into hard error, see issue #35896 \
422
+ <https://github.com/rust-lang/rust/issues/35896> for more information",
405
423
) ;
406
424
store. register_removed (
407
425
"nested_impl_trait" ,
408
- "converted into hard error, see https://github.com/rust-lang/rust/issues/59014" ,
426
+ "converted into hard error, see issue #59014 \
427
+ <https://github.com/rust-lang/rust/issues/59014> for more information",
409
428
) ;
410
429
store. register_removed ( "plugin_as_library" , "plugins have been deprecated and retired" ) ;
411
430
}
0 commit comments