]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_error_messages/locales/en-US/middle.ftl
Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm
[rust.git] / compiler / rustc_error_messages / locales / en-US / middle.ftl
index ed834886453ceabe94defffb0ae2111068e1e89e..81d8e8a473bb7184ca5b3892d727eb7523954682 100644 (file)
@@ -15,3 +15,19 @@ 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
+
+middle_strict_coherence_needs_negative_coherence =
+    to use `strict_coherence` on this trait, the `with_negative_coherence` feature must be enabled
+    .label = due to this attribute