Support RTN on associated methods from supertraits
This commit is contained in:
parent
82cd953c7c
commit
20a83144b2
9 changed files with 115 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue