Fix typo in RFC mention 3598 -> 3593
https://github.com/rust-lang/rfcs/blob/master/text/3593-unprefixed-guarded-strings.md
This commit is contained in:
parent
f6cb952dc1
commit
5404cbb996
1 changed files with 1 additions and 1 deletions
|
@ -822,7 +822,7 @@ impl<'psess, 'src> Lexer<'psess, 'src> {
|
|||
|
||||
/// Detect guarded string literal syntax
|
||||
///
|
||||
/// RFC 3598 reserved this syntax for future use. As of Rust 2024,
|
||||
/// RFC 3593 reserved this syntax for future use. As of Rust 2024,
|
||||
/// using this syntax produces an error. In earlier editions, however, it
|
||||
/// only results in an (allowed by default) lint, and is treated as
|
||||
/// separate tokens.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue