]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_error_messages/locales/en-US/hir_analysis.ftl
Auto merge of #103150 - joboet:remove_lock_wrappers, r=m-ou-se
[rust.git] / compiler / rustc_error_messages / locales / en-US / hir_analysis.ftl
index 74088f4dfbe70d46b03b4a96a554a0c216e32d62..d27edd47470e83a60c74dd527f9317c1bbad4b7b 100644 (file)
@@ -150,3 +150,6 @@ hir_analysis_const_bound_for_non_const_trait =
 hir_analysis_self_in_impl_self =
     `Self` is not valid in the self type of an impl block
     .note = replace `Self` with a different type
+
+hir_analysis_op_trait_generic_params =
+    `{$method_name}` must not have any generic parameters