1
Fork 0

Add translatable diagnostic for changing import binding

This commit is contained in:
Tom Martin 2023-06-18 07:19:19 +01:00
parent 0c2c243342
commit 8fa9003621
No known key found for this signature in database
GPG key ID: 73A733F9629F5AC5
3 changed files with 25 additions and 8 deletions

View file

@ -262,3 +262,6 @@ resolve_variable_bound_with_different_mode =
variable `{$variable_name}` is bound inconsistently across alternatives separated by `|`
.label = bound in different ways
.first_binding_span = first binding
resolve_change_import_binding =
you can use `as` to change the binding name of the import