rust/compiler/rustc_error_messages/locales/en-US/borrowck.ftl

19 lines
491 B
Plaintext

borrowck_move_unsized =
cannot move a value of type `{$ty}`
.label = the size of `{$ty}` cannot be statically determined
borrowck_higher_ranked_lifetime_error =
higher-ranked lifetime error
borrowck_could_not_prove =
could not prove `{$predicate}`
borrowck_could_not_normalize =
could not normalize `{$value}`
borrowck_higher_ranked_subtype_error =
higher-ranked subtype error
borrowck_generic_does_not_live_long_enough =
`{$kind}` does not live long enough