1
Fork 0

Lint for unsatisfied nested opaques

This commit is contained in:
Michael Goulet 2022-10-02 04:45:54 +00:00
parent 39323a5877
commit d0d6af9146
4 changed files with 153 additions and 1 deletions

View file

@ -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