1
Fork 0

Support RTN on associated methods from supertraits

This commit is contained in:
Michael Goulet 2023-05-03 19:39:57 +00:00
parent 82cd953c7c
commit 20a83144b2
9 changed files with 115 additions and 31 deletions

View file

@ -192,7 +192,7 @@ hir_analysis_return_type_notation_equality_bound =
return type notation is not allowed to use type equality
hir_analysis_return_type_notation_missing_method =
cannot find associated function `{$assoc_name}` in trait `{$trait_name}`
cannot find associated function `{$assoc_name}` for `{$ty_name}`
hir_analysis_placeholder_not_allowed_item_signatures = the placeholder `_` is not allowed within types on item signatures for {$kind}
.label = not allowed in type signatures