Rollup merge of #134084 - estebank:typo, r=compiler-errors

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:
León Orell Valerian Liehr 2024-12-09 23:39:08 +01:00 committed by GitHub
commit 5a33ab0d71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.