@@ -457,37 +457,37 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
457457 store. register_removed ( "transmute_from_fn_item_types" ,
458458 "always cast functions before transmuting them" ) ;
459459 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> " ) ;
461461 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> " ) ;
463463 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> " ) ;
465465 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> " ) ;
467467 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> " ) ;
469469 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> " ) ;
471471 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> " ) ;
473473 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> " ) ;
475475 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> " ) ;
477477 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> " ) ;
479479 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> " ) ;
481481 store. register_removed ( "private_no_mangle_fns" ,
482482 "no longer a warning, `#[no_mangle]` functions always exported" ) ;
483483 store. register_removed ( "private_no_mangle_statics" ,
484484 "no longer a warning, `#[no_mangle]` statics always exported" ) ;
485485 store. register_removed ( "bad_repr" ,
486486 "replaced with a generic attribute input check" ) ;
487487 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> " ) ;
489489 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> " ) ;
491491}
492492
493493pub fn register_internals ( store : & mut lint:: LintStore , sess : Option < & Session > ) {
0 commit comments