@@ -79,7 +79,7 @@ infer_subtype = ...so that the {$requirement ->
7979 [ if_else_different ] `if` and `else` have incompatible types
8080 [ no_else ] `if` missing an `else` returns `()`
8181 [ fn_main_correct_type ] `main` function has the correct type
82- [ fn_start_correct_type ] #[start]` function has the correct type
82+ [ fn_start_correct_type ] ` #[start]` function has the correct type
8383 [ intristic_correct_type ] intrinsic has the correct type
8484 [ method_correct_type ] method receiver has the correct type
8585 *[ other ] types are compatible
@@ -92,7 +92,7 @@ infer_subtype_2 = ...so that {$requirement ->
9292 [ if_else_different ] `if` and `else` have incompatible types
9393 [ no_else ] `if` missing an `else` returns `()`
9494 [ fn_main_correct_type ] `main` function has the correct type
95- [ fn_start_correct_type ] #[start]` function has the correct type
95+ [ fn_start_correct_type ] ` #[start]` function has the correct type
9696 [ intristic_correct_type ] intrinsic has the correct type
9797 [ method_correct_type ] method receiver has the correct type
9898 *[ other ] types are compatible
@@ -277,7 +277,7 @@ infer_tid_consider_borrowing = consider borrowing this type parameter in the tra
277277infer_tid_param_help = the lifetime requirements from the `impl` do not correspond to the requirements in the `trait`
278278
279279infer_dtcs_has_lifetime_req_label = this has an implicit `'static` lifetime requirement
280- infer_dtcs_introduces_requirement = calling this method introduces the `impl`'s 'static` requirement
280+ infer_dtcs_introduces_requirement = calling this method introduces the `impl`'s ` 'static` requirement
281281infer_dtcs_has_req_note = the used `impl` has a `'static` requirement
282282infer_dtcs_suggestion = consider relaxing the implicit `'static` requirement
283283
@@ -313,7 +313,7 @@ infer_but_needs_to_satisfy = {$has_param_name ->
313313 [ false ] ...and is required to live as long as `'static` here
314314 }
315315 .used_here = ...is used here...
316- .introduced_by_bound = 'static` lifetime requirement introduced by this bound
316+ .introduced_by_bound = ` 'static` lifetime requirement introduced by this bound
317317
318318infer_more_targeted = { $has_param_name ->
319319 [ true ] `{ $param_name } `
0 commit comments