1
Fork 0

cleanup on messages

This commit is contained in:
yukang 2023-09-12 07:27:17 +08:00
parent b4e54c6e39
commit f9a9ff20a2
4 changed files with 0 additions and 20 deletions

View file

@ -29,10 +29,6 @@ ast_lowering_bad_return_type_notation_inputs =
argument types not allowed with return type notation
.suggestion = remove the input types
ast_lowering_bad_return_type_notation_needs_dots =
return type notation arguments must be elided with `..`
.suggestion = add `..`
ast_lowering_bad_return_type_notation_output =
return type not allowed with return type notation
.suggestion = remove the return type