]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_error_messages/locales/en-US/borrowck.ftl
New upstream version 1.64.0+dfsg1
[rustc.git] / compiler / rustc_error_messages / locales / en-US / borrowck.ftl
CommitLineData
064997fb
FG
1borrowck-move-unsized =
2 cannot move a value of type `{$ty}`
3 .label = the size of `{$ty}` cannot be statically determined
4
5borrowck-higher-ranked-lifetime-error =
6 higher-ranked lifetime error
7
8borrowck-could-not-prove =
9 could not prove `{$predicate}`
10
11borrowck-could-not-normalize =
12 could not normalize `{$value}`
13
14borrowck-higher-ranked-subtype-error =
15 higher-ranked subtype error
16
17generic-does-not-live-long-enough =
18 `{$kind}` does not live long enough