]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/borrowck.ftl
Auto merge of #98748 - saethlin:optimize-bufreader, r=Mark-Simulacrum
[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