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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
482 B
Plaintext
Raw Normal View History

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
2022-08-17 04:35:17 -05:00
generic_does_not_live_long_enough =
2022-08-17 04:35:17 -05:00
`{$kind}` does not live long enough