rustc_ast_lowering: make "using _
for array lengths is unstable" translatable
This commit is contained in:
parent
c36b21a4c8
commit
334a097137
2 changed files with 4 additions and 2 deletions
|
@ -167,6 +167,9 @@ ast_lowering_template_modifier = template modifier
|
|||
|
||||
ast_lowering_this_not_async = this is not `async`
|
||||
|
||||
ast_lowering_underscore_array_length_unstable =
|
||||
using `_` for array lengths is unstable
|
||||
|
||||
ast_lowering_underscore_expr_lhs_assign =
|
||||
in expressions, `_` can only be used on the left-hand side of an assignment
|
||||
.label = `_` not allowed here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue