You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lint_hidden_lifetime_parameters = hidden lifetime parameters in types are deprecated
290
290
291
-
lint_hidden_unicode_codepoints = unicode codepoint changing visible direction of text present in {$label}
292
-
.label = this {$label} contains {$count->
293
-
[one] an invisible
294
-
*[other] invisible
295
-
} unicode text flow control {$count->
296
-
[one] codepoint
297
-
*[other] codepoints
298
-
}
299
-
.note = these kind of unicode codepoints change the way text flows on applications that support them, but can cause confusion because they change the order of characters on the screen
300
-
.suggestion_remove = if their presence wasn't intentional, you can remove them
301
-
.suggestion_escape = if you want to keep them but make them visible in your source code, you can escape them
302
-
.no_suggestion_note_escape = if you want to keep them but make them visible in your source code, you can escape them: {$escaped}
parse_help_set_edition_cargo = set `edition = "{$edition}"` in `Cargo.toml`
361
361
parse_help_set_edition_standalone = pass `--edition {$edition}` to `rustc`
362
+
363
+
parse_hidden_unicode_codepoints = unicode codepoint changing visible direction of text present in {$label}
364
+
.label = this {$label} contains {$count->
365
+
[one] an invisible
366
+
*[other] invisible
367
+
} unicode text flow control {$count->
368
+
[one] codepoint
369
+
*[other] codepoints
370
+
}
371
+
.note = these kind of unicode codepoints change the way text flows on applications that support them, but can cause confusion because they change the order of characters on the screen
372
+
.suggestion_remove = if their presence wasn't intentional, you can remove them
373
+
.suggestion_escape = if you want to keep them but make them visible in your source code, you can escape them
374
+
.no_suggestion_note_escape = if you want to keep them but make them visible in your source code, you can escape them: {$escaped}
375
+
362
376
parse_if_expression_missing_condition = missing condition for `if` expression
363
377
.condition_label = expected condition here
364
378
.block_label = if this block is the condition of the `if` expression, then it must be followed by another block
0 commit comments