]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/hir_typeck.ftl
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
[rust.git] / compiler / rustc_error_messages / locales / en-US / hir_typeck.ftl
1 hir_typeck_fru_note = this expression may have been misinterpreted as a `..` range expression
2 hir_typeck_fru_expr = this expression does not end in a comma...
3 hir_typeck_fru_expr2 = ... so this is interpreted as a `..` range expression, instead of functional record update syntax
4 hir_typeck_fru_suggestion =
5     to set the remaining fields{$expr ->
6         [NONE]{""}
7         *[other] {" "}from `{$expr}`
8     }, separate the last named field with a comma