Skip to content

Commit 5404cbb

Browse files
committed
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

Diff for: 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)