]> 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 b9e4499d47f362ab5010ced819a5c6f67f8d16d3..81d8e8a473bb7184ca5b3892d727eb7523954682 100644 (file)
@@ -27,3 +27,7 @@ middle_values_too_big =
 
 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