Reserve guarded string literals (RFC 3593)
This commit is contained in:
parent
6f4ae0f345
commit
321a5db7d4
23 changed files with 1514 additions and 9 deletions
|
@ -706,6 +706,10 @@ parse_require_colon_after_labeled_expression = labeled expression must be follow
|
|||
.label = the label
|
||||
.suggestion = add `:` after the label
|
||||
|
||||
parse_reserved_string = invalid string literal
|
||||
.note = unprefixed guarded string literals are reserved for future use since Rust 2024
|
||||
.suggestion_whitespace = consider inserting whitespace here
|
||||
|
||||
parse_return_types_use_thin_arrow = return types are denoted using `->`
|
||||
.suggestion = use `->` instead
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue