@@ -270,20 +270,20 @@ hir_analysis_simd_ffi_highly_experimental = use of SIMD type{$snip} in FFI is hi
270
270
hir_analysis_specialization_trait = implementing `rustc_specialization_trait` traits is unstable
271
271
.help = add `#![feature(min_specialization)]` to the crate attributes to enable
272
272
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
275
275
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
278
278
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`
281
281
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]`
284
284
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]`
287
287
288
288
hir_analysis_static_specialize = cannot specialize on `'static` lifetime
289
289
0 commit comments