]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_error_messages/locales/en-US/middle.ftl
New upstream version 1.66.0+dfsg1
[rustc.git] / compiler / rustc_error_messages / locales / en-US / middle.ftl
index ed834886453ceabe94defffb0ae2111068e1e89e..b9e4499d47f362ab5010ced819a5c6f67f8d16d3 100644 (file)
@@ -15,3 +15,15 @@ middle_previous_use_here =
 middle_limit_invalid =
     `limit` must be a non-negative integer
     .label = {$error_str}
+
+middle_const_eval_non_int =
+    constant evaluation of enum discriminant resulted in non-integer
+
+middle_unknown_layout =
+    the type `{$ty}` has an unknown layout
+
+middle_values_too_big =
+    values of the type `{$ty}` are too big for the current architecture
+
+middle_cannot_be_normalized =
+    unable to determine layout for `{$ty}` because `{$failure_ty}` cannot be normalized