Lint for unsatisfied nested opaques
This commit is contained in:
parent
39323a5877
commit
d0d6af9146
4 changed files with 153 additions and 1 deletions
|
@ -433,3 +433,7 @@ lint_check_name_unknown_tool = unknown lint tool: `{$tool_name}`
|
|||
lint_check_name_warning = {$msg}
|
||||
|
||||
lint_check_name_deprecated = lint name `{$lint_name}` is deprecated and does not have an effect anymore. Use: {$new_name}
|
||||
|
||||
lint_rpit_hidden_inferred_bound = return-position `{$ty}` does not satisfy its associated type bounds
|
||||
.specifically = this associated type bound is unsatisfied for `{$proj_ty}`
|
||||
.suggestion = add this bound
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue