1
Fork 0

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:
Esteban Küber 2024-12-09 17:16:14 +00:00
parent f6cb952dc1
commit 5404cbb996

View file

@ -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.