fallback default
to None
during ast-loweing for lifetime binder
This commit is contained in:
parent
1ab783112a
commit
e16efbd23a
6 changed files with 69 additions and 2 deletions
|
@ -45,6 +45,8 @@ ast_lowering_closure_cannot_be_static = closures cannot be static
|
|||
ast_lowering_coroutine_too_many_parameters =
|
||||
too many parameters for a coroutine (expected 0 or 1 parameters)
|
||||
|
||||
ast_lowering_default_parameter_in_binder = default parameter is not allowed in this binder
|
||||
|
||||
ast_lowering_does_not_support_modifiers =
|
||||
the `{$class_name}` register class does not support template modifiers
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue