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.
2 parents f8c8294 + 721375d commit 85d72bcCopy full SHA for 85d72bc
tests/target/issue_4635.rs
@@ -0,0 +1,5 @@
1
+fn main() {
2
+ println!("");
3
+ println!("" /* " */);
4
+ println!("" /* \" */);
5
+}
0 commit comments