Skip to content

Commit

Permalink
Rollup merge of #134084 - estebank:typo, r=compiler-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fmease authored Dec 9, 2024
2 parents cb5f03c + 5404cbb commit 5a33ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_parse/src/lexer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5a33ab0

Please sign in to comment.