We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e290582 commit c6bbb37Copy full SHA for c6bbb37
compiler/rustc_lexer/src/unescape.rs
@@ -395,7 +395,7 @@ where
395
let mut chars = src.chars();
396
397
// The `start` and `end` computation here matches the one in
398
- // `unescape_str_or_byte_str` for consistency, even though this function
+ // `unescape_str_common` for consistency, even though this function
399
// doesn't have to worry about skipping any chars.
400
while let Some(c) = chars.next() {
401
let start = src.len() - chars.as_str().len() - c.len_utf8();
0 commit comments