Skip to content

Commit

Permalink
Unrolled build for rust-lang#134084
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#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
  • Loading branch information
rust-timer authored Dec 10, 2024
2 parents 974ccc1 + 5404cbb commit 6e33999
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 6e33999

Please sign in to comment.