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 6ac1fcd commit 50a49e7Copy full SHA for 50a49e7
src/comment.rs
@@ -1360,7 +1360,6 @@ where
1360
match chr {
1361
'"' => {
1362
if sharps == 0 {
1363
- char_kind = FullCodeCharKind::Normal;
1364
CharClassesStatus::Normal
1365
} else if is_raw_string_suffix(&mut self.base, sharps) {
1366
CharClassesStatus::RawStringSuffix(sharps)
tests/source/issue-6161.rs
@@ -0,0 +1,8 @@
1
+fn f() {
2
+my_macro! {
3
+ m =>
4
+ "a": r"bb
5
+ ccc
6
+",
7
+};
8
+}
tests/target/issue-6161.rs
+ my_macro! {
+ };
0 commit comments