]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/borrowck.ftl
Replace - with _ in ftl slugs for better grepability
[rust.git] / compiler / rustc_error_messages / locales / en-US / borrowck.ftl
1 borrowck_move_unsized =
2     cannot move a value of type `{$ty}`
3     .label = the size of `{$ty}` cannot be statically determined
4
5 borrowck_higher_ranked_lifetime_error =
6     higher-ranked lifetime error
7
8 borrowck_could_not_prove =
9     could not prove `{$predicate}`
10
11 borrowck_could_not_normalize =
12     could not normalize `{$value}`
13
14 borrowck_higher_ranked_subtype_error =
15     higher-ranked subtype error
16   
17 generic_does_not_live_long_enough =
18     `{$kind}` does not live long enough