]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_error_messages/locales/en-US/lint.ftl
Fix opaque_hidden_inferred_bound lint ICE
[rust.git] / compiler / rustc_error_messages / locales / en-US / lint.ftl
index 0fd9b0ead167c31eccd5e0bfe0e2a9c55cded87b..7e28f22c0ba8b532d0a7e468c56a31446b9d7d0f 100644 (file)
@@ -436,4 +436,5 @@ lint_check_name_deprecated = lint name `{$lint_name}` is deprecated and does not
 
 lint_opaque_hidden_inferred_bound = opaque type `{$ty}` does not satisfy its associated type bounds
     .specifically = this associated type bound is unsatisfied for `{$proj_ty}`
-    .suggestion = add this bound
+
+lint_opaque_hidden_inferred_bound_sugg = add this bound