Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5a33ab0

Browse files
authoredDec 9, 2024
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
2 parents cb5f03c + 5404cbb commit 5a33ab0

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_parse/src/lexer

1 file changed

+1
-1
lines changed
 

‎compiler/rustc_parse/src/lexer/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ impl<'psess, 'src> Lexer<'psess, 'src> {
822822

823823
/// Detect guarded string literal syntax
824824
///
825-
/// RFC 3598 reserved this syntax for future use. As of Rust 2024,
825+
/// RFC 3593 reserved this syntax for future use. As of Rust 2024,
826826
/// using this syntax produces an error. In earlier editions, however, it
827827
/// only results in an (allowed by default) lint, and is treated as
828828
/// separate tokens.

0 commit comments

Comments
 (0)
Failed to load comments.