@@ -270,20 +270,20 @@ hir_analysis_simd_ffi_highly_experimental = use of SIMD type{$snip} in FFI is hi
270270hir_analysis_specialization_trait = implementing `rustc_specialization_trait` traits is unstable
271271 .help = add `#![feature(min_specialization)]` to the crate attributes to enable
272272
273- hir_analysis_start_function_parameters = start function is not allowed to have type parameters
274- .label = start function cannot have type parameters
273+ hir_analysis_start_function_parameters = `#[ start]` function is not allowed to have type parameters
274+ .label = `#[ start]` function cannot have type parameters
275275
276- hir_analysis_start_function_where = start function is not allowed to have a `where` clause
277- .label = start function cannot have a `where` clause
276+ hir_analysis_start_function_where = `#[ start]` function is not allowed to have a `where` clause
277+ .label = `#[ start]` function cannot have a `where` clause
278278
279- hir_analysis_start_not_async = `start` is not allowed to be `async`
280- .label = `start` is not allowed to be `async`
279+ hir_analysis_start_not_async = `#[ start]` function is not allowed to be `async`
280+ .label = `#[ start] ` is not allowed to be `async`
281281
282- hir_analysis_start_not_target_feature = `start` is not allowed to have `#[target_feature]`
283- .label = `start` is not allowed to have `#[target_feature]`
282+ hir_analysis_start_not_target_feature = `#[ start]` function is not allowed to have `#[target_feature]`
283+ .label = `#[ start]` function is not allowed to have `#[target_feature]`
284284
285- hir_analysis_start_not_track_caller = `start` is not allowed to be `#[track_caller]`
286- .label = `start` is not allowed to be `#[track_caller]`
285+ hir_analysis_start_not_track_caller = `#[ start]` function is not allowed to be `#[track_caller]`
286+ .label = `#[ start]` function is not allowed to be `#[track_caller]`
287287
288288hir_analysis_static_specialize = cannot specialize on `'static` lifetime
289289
0 commit comments