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 5404cbb

Browse files
committedDec 9, 2024·
1 parent f6cb952 commit 5404cbb

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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.