@@ -79,7 +79,7 @@ infer_subtype = ...so that the {$requirement ->
79
79
[ if_else_different ] `if` and `else` have incompatible types
80
80
[ no_else ] `if` missing an `else` returns `()`
81
81
[ 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
83
83
[ intristic_correct_type ] intrinsic has the correct type
84
84
[ method_correct_type ] method receiver has the correct type
85
85
*[ other ] types are compatible
@@ -92,7 +92,7 @@ infer_subtype_2 = ...so that {$requirement ->
92
92
[ if_else_different ] `if` and `else` have incompatible types
93
93
[ no_else ] `if` missing an `else` returns `()`
94
94
[ 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
96
96
[ intristic_correct_type ] intrinsic has the correct type
97
97
[ method_correct_type ] method receiver has the correct type
98
98
*[ other ] types are compatible
@@ -277,7 +277,7 @@ infer_tid_consider_borrowing = consider borrowing this type parameter in the tra
277
277
infer_tid_param_help = the lifetime requirements from the `impl` do not correspond to the requirements in the `trait`
278
278
279
279
infer_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
281
281
infer_dtcs_has_req_note = the used `impl` has a `'static` requirement
282
282
infer_dtcs_suggestion = consider relaxing the implicit `'static` requirement
283
283
@@ -313,7 +313,7 @@ infer_but_needs_to_satisfy = {$has_param_name ->
313
313
[ false ] ...and is required to live as long as `'static` here
314
314
}
315
315
.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
317
317
318
318
infer_more_targeted = { $has_param_name ->
319
319
[ true ] `{ $param_name } `
0 commit comments