X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_error_messages%2Flocales%2Fen-US%2Fborrowck.ftl;h=9e4332c428386ff068dd0a2f49ba859cd3b758d4;hb=9e79642a7b0578f69585fc59476b5269f6040c5a;hp=2cd4733220e829ce4d68d0dc4bb3aee962277608;hpb=80e309f7983bb15c805e86806b3d848aa9cbdfef;p=rust.git diff --git a/compiler/rustc_error_messages/locales/en-US/borrowck.ftl b/compiler/rustc_error_messages/locales/en-US/borrowck.ftl index 2cd4733220e..9e4332c4283 100644 --- a/compiler/rustc_error_messages/locales/en-US/borrowck.ftl +++ b/compiler/rustc_error_messages/locales/en-US/borrowck.ftl @@ -120,3 +120,7 @@ borrowck_cannot_move_when_borrowed = [value] value *[other] {$value_place} } occurs here + +borrowck_opaque_type_non_generic_param = + expected generic {$kind} parameter, found `{$ty}` + .label = this generic parameter must be used with a generic {$kind} parameter