@@ -324,47 +324,58 @@ fn register_builtins(store: &mut LintStore, no_interleave_lints: bool) {
324324    ) ; 
325325    store. register_removed ( 
326326        "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", 
328329    ) ; 
329330    store. register_removed ( 
330331        "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", 
332334    ) ; 
333335    store. register_removed ( 
334336        "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", 
336339    ) ; 
337340    store. register_removed ( 
338341        "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", 
340344    ) ; 
341345    store. register_removed ( 
342346        "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", 
344349    ) ; 
345350    store. register_removed ( 
346351        "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", 
348354    ) ; 
349355    store. register_removed ( 
350356        "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", 
352359    ) ; 
353360    store. register_removed ( 
354361        "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", 
356364    ) ; 
357365    store. register_removed ( 
358366        "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", 
360369    ) ; 
361370    store. register_removed ( 
362371        "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", 
364374    ) ; 
365375    store. register_removed ( 
366376        "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", 
368379    ) ; 
369380    store. register_removed ( 
370381        "private_no_mangle_fns" , 
@@ -377,35 +388,43 @@ fn register_builtins(store: &mut LintStore, no_interleave_lints: bool) {
377388    store. register_removed ( "bad_repr" ,  "replaced with a generic attribute input check" ) ; 
378389    store. register_removed ( 
379390        "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", 
381393    ) ; 
382394    store. register_removed ( 
383395        "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", 
385398    ) ; 
386399    store. register_removed ( 
387400        "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", 
389403    ) ; 
390404    store. register_removed ( 
391405        "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", 
393408    ) ; 
394409    store. register_removed ( 
395410        "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", 
397413    ) ; 
398414    store. register_removed ( 
399415        "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", 
401418    ) ; 
402419    store. register_removed ( 
403420        "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", 
405423    ) ; 
406424    store. register_removed ( 
407425        "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", 
409428    ) ; 
410429    store. register_removed ( "plugin_as_library" ,  "plugins have been deprecated and retired" ) ; 
411430} 
0 commit comments