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 0baeca5 commit 1db6fa0Copy full SHA for 1db6fa0
tests/idem/paren.rs
@@ -0,0 +1,16 @@
1
+// Test parenthesis
2
+
3
+fn foo() {
4
+ let very_long_variable_name = (a + first + simple + test);
5
+ let very_long_variable_name = (write + something + here + to + fill + the + line + 12 + 34 + 567
6
+ );
7
8
+ + 78);
9
10
+ + 78 + fill + another + line + AAAA + BBBBBBB + CCCCCCCCCCCCCCCCC
11
12
13
+ + 78 + fill + another + line + AAAA + BBBBBBB + CCCCCCCCCCCCCCC +
14
+ DDDDDDD + EEEEEE);
15
16
+}
0 commit comments