@@ -457,37 +457,37 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
457
457
store. register_removed ( "transmute_from_fn_item_types" ,
458
458
"always cast functions before transmuting them" ) ;
459
459
store. register_removed ( "hr_lifetime_in_assoc_type" ,
460
- "converted into hard error, see https://github.com/rust-lang/rust/issues/33685" ) ;
460
+ "converted into hard error, see issue #33685 < https://github.com/rust-lang/rust/issues/33685> " ) ;
461
461
store. register_removed ( "inaccessible_extern_crate" ,
462
- "converted into hard error, see https://github.com/rust-lang/rust/issues/36886" ) ;
462
+ "converted into hard error, see issue #36886 < https://github.com/rust-lang/rust/issues/36886> " ) ;
463
463
store. register_removed ( "super_or_self_in_global_path" ,
464
- "converted into hard error, see https://github.com/rust-lang/rust/issues/36888" ) ;
464
+ "converted into hard error, see issue #36888 < https://github.com/rust-lang/rust/issues/36888> " ) ;
465
465
store. register_removed ( "overlapping_inherent_impls" ,
466
- "converted into hard error, see https://github.com/rust-lang/rust/issues/36889" ) ;
466
+ "converted into hard error, see issue #36889 < https://github.com/rust-lang/rust/issues/36889> " ) ;
467
467
store. register_removed ( "illegal_floating_point_constant_pattern" ,
468
- "converted into hard error, see https://github.com/rust-lang/rust/issues/36890" ) ;
468
+ "converted into hard error, see issue #36890 < https://github.com/rust-lang/rust/issues/36890> " ) ;
469
469
store. register_removed ( "illegal_struct_or_enum_constant_pattern" ,
470
- "converted into hard error, see https://github.com/rust-lang/rust/issues/36891" ) ;
470
+ "converted into hard error, see issue #36891 < https://github.com/rust-lang/rust/issues/36891> " ) ;
471
471
store. register_removed ( "lifetime_underscore" ,
472
- "converted into hard error, see https://github.com/rust-lang/rust/issues/36892" ) ;
472
+ "converted into hard error, see issue #36892 < https://github.com/rust-lang/rust/issues/36892> " ) ;
473
473
store. register_removed ( "extra_requirement_in_impl" ,
474
- "converted into hard error, see https://github.com/rust-lang/rust/issues/37166" ) ;
474
+ "converted into hard error, see issue #37166 < https://github.com/rust-lang/rust/issues/37166> " ) ;
475
475
store. register_removed ( "legacy_imports" ,
476
- "converted into hard error, see https://github.com/rust-lang/rust/issues/38260" ) ;
476
+ "converted into hard error, see issue #38260 < https://github.com/rust-lang/rust/issues/38260> " ) ;
477
477
store. register_removed ( "coerce_never" ,
478
- "converted into hard error, see https://github.com/rust-lang/rust/issues/48950" ) ;
478
+ "converted into hard error, see issue #48950 < https://github.com/rust-lang/rust/issues/48950> " ) ;
479
479
store. register_removed ( "resolve_trait_on_defaulted_unit" ,
480
- "converted into hard error, see https://github.com/rust-lang/rust/issues/48950" ) ;
480
+ "converted into hard error, see issue #48950 < https://github.com/rust-lang/rust/issues/48950> " ) ;
481
481
store. register_removed ( "private_no_mangle_fns" ,
482
482
"no longer a warning, `#[no_mangle]` functions always exported" ) ;
483
483
store. register_removed ( "private_no_mangle_statics" ,
484
484
"no longer a warning, `#[no_mangle]` statics always exported" ) ;
485
485
store. register_removed ( "bad_repr" ,
486
486
"replaced with a generic attribute input check" ) ;
487
487
store. register_removed ( "duplicate_matcher_binding_name" ,
488
- "converted into hard error, see https://github.com/rust-lang/rust/issues/57742" ) ;
488
+ "converted into hard error, see issue #57742 < https://github.com/rust-lang/rust/issues/57742> " ) ;
489
489
store. register_removed ( "incoherent_fundamental_impls" ,
490
- "converted into hard error, see https://github.com/rust-lang/rust/issues/46205" ) ;
490
+ "converted into hard error, see issue #46205 < https://github.com/rust-lang/rust/issues/46205> " ) ;
491
491
}
492
492
493
493
pub fn register_internals ( store : & mut lint:: LintStore , sess : Option < & Session > ) {
0 commit comments