summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_error_messages/locales/en-US/borrowck.ftl
blob: 645673ef47aeb618faf16c7a4a4abce055170575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
  
generic-does-not-live-long-enough =
    `{$kind}` does not live long enough