]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_error_messages/locales/en-US/parser.ftl
Rollup merge of #103933 - nicholasbishop:bishop-uefi-tier-2, r=JohnTitor
[rust.git] / compiler / rustc_error_messages / locales / en-US / parser.ftl
index 13c368d1c58501ab6fbd011d3273985e8c29b6d9..455ff34f7247f3a8d632ac6e57c50c46094b91df 100644 (file)
@@ -112,6 +112,9 @@ parser_missing_semicolon_before_array = expected `;`, found `[`
 parser_invalid_block_macro_segment = cannot use a `block` macro fragment here
     .label = the `block` fragment is within this context
 
+parser_expect_dotdot_not_dotdotdot = expected `..`, found `...`
+    .suggestion = use `..` to fill in the rest of the fields
+
 parser_if_expression_missing_then_block = this `if` expression is missing a block after the condition
     .add_then_block = add a block here
     .condition_possibly_unfinished = this binary operation is possibly unfinished