cc6cff564f
Having to replace - with _ (and vice versa) makes the slugs less greppable and thus constitutes a contributor roadblock. Result of running this repeatedly up until reaching a fixpoint: find compiler/rustc_error_messages/locales/en-US/ -type f -exec sed -i 's/\(.+\)-\(.*\)=/\1_\2=/' {} \; Plus some fixes to update usages of slugs leading with -.
18 lines
483 B
Plaintext
18 lines
483 B
Plaintext
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 |