2022-08-10 02:42:10 -05:00
|
|
|
borrowck_move_unsized =
|
2022-06-22 23:43:01 -05:00
|
|
|
cannot move a value of type `{$ty}`
|
|
|
|
.label = the size of `{$ty}` cannot be statically determined
|
|
|
|
|
2022-08-10 02:42:10 -05:00
|
|
|
borrowck_higher_ranked_lifetime_error =
|
2022-06-22 23:43:01 -05:00
|
|
|
higher-ranked lifetime error
|
|
|
|
|
2022-08-10 02:42:10 -05:00
|
|
|
borrowck_could_not_prove =
|
2022-06-22 23:43:01 -05:00
|
|
|
could not prove `{$predicate}`
|
|
|
|
|
2022-08-10 02:42:10 -05:00
|
|
|
borrowck_could_not_normalize =
|
2022-06-22 23:43:01 -05:00
|
|
|
could not normalize `{$value}`
|
|
|
|
|
2022-08-10 02:42:10 -05:00
|
|
|
borrowck_higher_ranked_subtype_error =
|
2022-06-22 23:43:01 -05:00
|
|
|
higher-ranked subtype error
|
2022-08-17 04:35:17 -05:00
|
|
|
|
2022-08-10 02:42:10 -05:00
|
|
|
generic_does_not_live_long_enough =
|
2022-08-17 04:35:17 -05:00
|
|
|
`{$kind}` does not live long enough
|