We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884994f commit b455efdCopy full SHA for b455efd
tests/source/issue-4668.rs
@@ -0,0 +1,2 @@
1
+const C: usize = 0_usize;
2
+const U: usize = /* A long block-style comment A long block-style comment A long block-style comment A long block-style comment */ if C > 0 { 4 } else { 3 };
tests/target/issue-4668.rs
@@ -0,0 +1,4 @@
+const U: usize =
3
+ /* A long block-style comment A long block-style comment A long block-style comment A long block-style comment */
4
+ if C > 0 { 4 } else { 3 };
0 commit comments