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 8cd51ff commit 3c1d352Copy full SHA for 3c1d352
src/libsyntax/parse/lexer/mod.rs
@@ -1242,6 +1242,8 @@ impl<'a> StringReader<'a> {
1242
id
1243
}
1244
1245
+ /// Scans a raw (byte) string, returning byte position range for `"<literal>"`
1246
+ /// (including quotes) along with `#` character count in `(b)r##..."<literal>"##...`;
1247
fn scan_raw_string(&mut self) -> (BytePos, BytePos, u16) {
1248
let start_bpos = self.pos;
1249
self.bump();
0 commit comments